Html Css Color HEX #64C306 Kelly Green

📋 copy color: '#64C306'

red 100 ◦ green 195 ◦ blue 6

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

Shades of Kelly Green #64C306

Tints of Kelly Green #64C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.78%

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

R = 33.22%
G = 64.78%
B = 1.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#64C306 (or 0x64C306) is known color: Kelly Green. HEX triplet: 64, C3 and 06. RGB value is (100,195,6). Sum of RGB (Red+Green+Blue) = 100+195+6=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 195 (76.56% from 255 or 64.78% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 195 - color contains mainly: green. Hex color #64C306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C306 is #9B3CF9. Grayscale: #919191. Windows color (decimal): -10173690 or 443236. OLE color: 443236.

HSL color Cylindrical-coordinate representation of color #64C306: hue angle of 90.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64C306 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 6 -
CMYK 0.49 0 0.97 0.24
HSL 90.16º 0.94% 0.39% -
HSV(B) 90.16º 0.97% 0.76% -
XYZ 24.8 41.75 6.92 -
YUV 145.05 49.53 95.87 -
System Red Green Blue C M Y K H S L
Decimal 100 195 6 0.49 0 0.97 0.24 90.16 0.94 0.39
Hex 64 C3 6 31 0 61 18 5A 5E 27
Octal 144 303 6 61 0 141 30 132 136 47
Binary 1100100 11000011 110 110001 0 1100001 11000 1011010 1011110 100111

Color Harmonies of #64C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C306

Black with #64C306

Text Example


Text Example

White with #64C306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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