#64CE1F

Color #64CE1F Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #64CE1F

Tints of Kelly Green #64CE1F

Color information

#64CE1F (or 0x64CE1F) is unknown color: approx 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

RGB10020631-
CMYK0.5100.850.19
HSL96.34º73.84%46.47%-
HSV(B)96.34º84.95%80.78%-
XYZ27.5746.958.91-
YUV154.3658.3889.23-

RGB Variations

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

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.20%
R=29.67%
G=61.13%
B=9.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206310.5100.850.1996.3473.8446.47
Hex64CE1F3305513604a2e
Octal144316376301252314011256
Binary11001001100111011111110011010101011001111000001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>