Html Css Color HEX #64C40F Kelly Green

📋 copy color: '#64C40F'

red 100 ◦ green 196 ◦ blue 15

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

Shades of Kelly Green #64C40F

Tints of Kelly Green #64C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 63.02%

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 32.15%
G = 63.02%
B = 4.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#64C40F (or 0x64C40F) is known color: Kelly Green. HEX triplet: 64, C4 and 0F. RGB value is (100,196,15). Sum of RGB (Red+Green+Blue) = 100+196+15=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #64C40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C40F is #9B3BF0. Grayscale: #939393. Windows color (decimal): -10173425 or 1033316. OLE color: 1033316.

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

Color convert

RGB 100 196 15 -
CMYK 0.49 0 0.92 0.23
HSL 91.82º 0.86% 0.41% -
HSV(B) 91.82º 0.92% 0.77% -
XYZ 25.08 42.22 7.28 -
YUV 146.66 53.7 94.72 -
System Red Green Blue C M Y K H S L
Decimal 100 196 15 0.49 0 0.92 0.23 91.82 0.86 0.41
Hex 64 C4 F 31 0 5C 17 5C 56 29
Octal 144 304 17 61 0 134 27 134 126 51
Binary 1100100 11000100 1111 110001 0 1011100 10111 1011100 1010110 101001

Color Harmonies of #64C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C40F

Black with #64C40F

Text Example


Text Example

White with #64C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,15); }

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

background-color css

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

 a { background-color: rgb(100,196,15); }

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

border-color css

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

 span { border-color: rgb(100,196,15); }

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