Html Css Color HEX #64C310 Kelly Green

📋 copy color: '#64C310'

red 100 ◦ green 195 ◦ blue 16

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

Shades of Kelly Green #64C310

Tints of Kelly Green #64C310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 32.15%
G = 62.7%
B = 5.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#64C310 (or 0x64C310) is known color: Kelly Green. HEX triplet: 64, C3 and 10. RGB value is (100,195,16). Sum of RGB (Red+Green+Blue) = 100+195+16=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #64C310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C310 is #9B3CEF. Grayscale: #929292. Windows color (decimal): -10173680 or 1098596. OLE color: 1098596.

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

Color convert

RGB 100 195 16 -
CMYK 0.49 0 0.92 0.24
HSL 91.84º 0.85% 0.41% -
HSV(B) 91.84º 0.92% 0.76% -
XYZ 24.86 41.78 7.24 -
YUV 146.19 54.53 95.05 -
System Red Green Blue C M Y K H S L
Decimal 100 195 16 0.49 0 0.92 0.24 91.84 0.85 0.41
Hex 64 C3 10 31 0 5C 18 5C 55 29
Octal 144 303 20 61 0 134 30 134 125 51
Binary 1100100 11000011 10000 110001 0 1011100 11000 1011100 1010101 101001

Color Harmonies of #64C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C310

Black with #64C310

Text Example


Text Example

White with #64C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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