Html Css Color HEX #61DB00 Bright Green

📋 copy color: '#61DB00'

red 97 ◦ green 219 ◦ blue 0

#61DB00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #61DB00

Tints of Bright Green #61DB00

RGB

 RED value IS 97 (38.28% from 255) = 30.7%

 GREEN value IS 219 (85.94% from 255) = 69.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.7%
G = 69.3%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61DB00 (or 0x61DB00) is known color: Bright Green. HEX triplet: 61, DB and 00. RGB value is (97,219,0). Sum of RGB (Red+Green+Blue) = 97+219+0=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 219 (85.94% from 255 or 69.30% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DB00 is #9E24FF. Grayscale: #9E9E9E. Windows color (decimal): -10364160 or 56161. OLE color: 56161.

HSL color Cylindrical-coordinate representation of color #61DB00: hue angle of 93.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61DB00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 0 -
CMYK 0.56 0 1 0.14
HSL 93.42º 1% 0.43% -
HSV(B) 93.42º 1% 0.86% -
XYZ 30.26 53.2 8.67 -
YUV 157.56 39.08 84.81 -
System Red Green Blue C M Y K H S L
Decimal 97 219 0 0.56 0 1 0.14 93.42 1 0.43
Hex 61 DB 0 38 0 64 E 5D 64 2B
Octal 141 333 0 70 0 144 16 135 144 53
Binary 1100001 11011011 0 111000 0 1100100 1110 1011101 1100100 101011

Color Harmonies of #61DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB00

Black with #61DB00

Text Example


Text Example

White with #61DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61DB00; }

 p { color: rgb(97,219,0); }

 H1.HeaderClassName
 {
   color: #61DB00;
 }
 .AnyTagClassName
 {
   color: #61DB00;
 }
</style>

background-color css

<style>
 a { background-color: #61DB00; }

 a { background-color: rgb(97,219,0); }

 div.DivClassName
 {
   background-color: #61DB00;
 }
 .BgClassName
 {
   background-color: #61DB00;
 }
</style>

border-color css

<style>
 span { border-color: #61DB00; }

 span { border-color: rgb(97,219,0); }

 td.TdClassName
 {
   border-color: #61DB00;
 }
 .TagClassName
 {
   border-color: #61DB00;
 }
</style>