Html Css Color HEX #64EE06 Bright Green

📋 copy color: '#64EE06'

red 100 ◦ green 238 ◦ blue 6

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

Shades of Bright Green #64EE06

Tints of Bright Green #64EE06

RGB

 RED value IS 100 (39.45% from 255) = 29.07%

 GREEN value IS 238 (93.36% from 255) = 69.19%

 BLUE value IS 6 (2.73% from 255) = 1.74%

R = 29.07%
G = 69.19%
B = 1.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#64EE06 (or 0x64EE06) is known color: Bright Green. HEX triplet: 64, EE and 06. RGB value is (100,238,6). Sum of RGB (Red+Green+Blue) = 100+238+6=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EE06 is #9B11F9. Grayscale: #ABABAB. Windows color (decimal): -10162682 or 454244. OLE color: 454244.

HSL color Cylindrical-coordinate representation of color #64EE06: hue angle of 95.69º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64EE06 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 238 6 -
CMYK 0.58 0 0.97 0.07
HSL 95.69º 0.95% 0.48% -
HSV(B) 95.69º 0.97% 0.93% -
XYZ 35.86 63.87 10.61 -
YUV 170.29 35.28 77.86 -
System Red Green Blue C M Y K H S L
Decimal 100 238 6 0.58 0 0.97 0.07 95.69 0.95 0.48
Hex 64 EE 6 3A 0 61 7 60 5F 30
Octal 144 356 6 72 0 141 7 140 137 60
Binary 1100100 11101110 110 111010 0 1100001 111 1100000 1011111 110000

Color Harmonies of #64EE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EE06

Black with #64EE06

Text Example


Text Example

White with #64EE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64EE06; }

 p { color: rgb(100,238,6); }

 H1.HeaderClassName
 {
   color: #64EE06;
 }
 .AnyTagClassName
 {
   color: #64EE06;
 }
</style>

background-color css

<style>
 a { background-color: #64EE06; }

 a { background-color: rgb(100,238,6); }

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

border-color css

<style>
 span { border-color: #64EE06; }

 span { border-color: rgb(100,238,6); }

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