Html Css Color HEX #64CE1F Kelly Green

📋 copy color: '#64CE1F'

red 100 ◦ green 206 ◦ blue 31

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

Shades of Kelly Green #64CE1F

Tints of Kelly Green #64CE1F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.13%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 29.67%
G = 61.13%
B = 9.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#64CE1F (or 0x64CE1F) is known color: Kelly Green. HEX triplet: 64, CE and 1F. RGB value is (100,206,31). Sum of RGB (Red+Green+Blue) = 100+206+31=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE1F is #9B31E0. Grayscale: #9A9A9A. Windows color (decimal): -10170849 or 2084452. OLE color: 2084452.

HSL color Cylindrical-coordinate representation of color #64CE1F: hue angle of 96.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64CE1F is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 31 -
CMYK 0.51 0 0.85 0.19
HSL 96.34º 0.74% 0.46% -
HSV(B) 96.34º 0.85% 0.81% -
XYZ 27.57 46.95 8.91 -
YUV 154.36 58.38 89.23 -
System Red Green Blue C M Y K H S L
Decimal 100 206 31 0.51 0 0.85 0.19 96.34 0.74 0.46
Hex 64 CE 1F 33 0 55 13 60 4A 2E
Octal 144 316 37 63 0 125 23 140 112 56
Binary 1100100 11001110 11111 110011 0 1010101 10011 1100000 1001010 101110

Color Harmonies of #64CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CE1F

Black with #64CE1F

Text Example


Text Example

White with #64CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,206,31); }

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

background-color css

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

 a { background-color: rgb(100,206,31); }

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

border-color css

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

 span { border-color: rgb(100,206,31); }

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