#64CE1D

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

Shades of Kelly Green #64CE1D

Tints of Kelly Green #64CE1D

Color information

#64CE1D (or 0x64CE1D) is unknown color: approx Kelly Green. HEX triplet: 64, CE and 1D. RGB value is (100,206,29). Sum of RGB (Red+Green+Blue) = 100+206+29=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CE1D is #9B31E2. Grayscale: #9A9A9A. Windows color (decimal): -10170851 or 1953380. OLE color: 1953380.

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

Color convert

RGB10020629-
CMYK0.5100.860.19
HSL95.93º75.32%46.08%-
HSV(B)95.93º85.92%80.78%-
XYZ27.5546.948.77-
YUV154.1357.3889.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 206 (80.86% from 255) = 61.49%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=29.85%
G=61.49%
B=8.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100206290.5100.860.1995.9375.3246.08
Hex64CE1D3305613604b2e
Octal144316356301262314011356
Binary11001001100111011101110011010101101001111000001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CE1D;
 }
 .AnyTagClassName
 {
   color: #64CE1D;
 }
</style>
background-color css

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

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

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

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

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

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