Html Css Color HEX #64EC06 Bright Green

📋 copy color: '#64EC06'

red 100 ◦ green 236 ◦ blue 6

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

Shades of Bright Green #64EC06

Tints of Bright Green #64EC06

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.01%

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

R = 29.24%
G = 69.01%
B = 1.75%

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

#64EC06 (or 0x64EC06) is known color: Bright Green. HEX triplet: 64, EC and 06. RGB value is (100,236,6). Sum of RGB (Red+Green+Blue) = 100+236+6=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 236 (92.58% from 255 or 69.01% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64EC06 is #9B13F9. Grayscale: #A9A9A9. Windows color (decimal): -10163194 or 453732. OLE color: 453732.

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

Color convert

RGB 100 236 6 -
CMYK 0.58 0 0.97 0.07
HSL 95.48º 0.95% 0.47% -
HSV(B) 95.48º 0.97% 0.93% -
XYZ 35.28 62.71 10.42 -
YUV 169.12 35.94 78.7 -
System Red Green Blue C M Y K H S L
Decimal 100 236 6 0.58 0 0.97 0.07 95.48 0.95 0.47
Hex 64 EC 6 3A 0 61 7 5F 5F 2F
Octal 144 354 6 72 0 141 7 137 137 57
Binary 1100100 11101100 110 111010 0 1100001 111 1011111 1011111 101111

Color Harmonies of #64EC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC06

Black with #64EC06

Text Example


Text Example

White with #64EC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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