#65CD06

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

Shades of Kelly Green #65CD06

Tints of Kelly Green #65CD06

Color information

#65CD06 (or 0x65CD06) is unknown color: approx Kelly Green. HEX triplet: 65, CD and 06. RGB value is (101,205,6). Sum of RGB (Red+Green+Blue) = 101+205+6=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #65CD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CD06 is #9A32F9. Grayscale: #979797. Windows color (decimal): -10105594 or 445797. OLE color: 445797.

HSL color Cylindrical-coordinate representation of color #65CD06: hue angle of 91.36º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65CD06 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB1012056-
CMYK0.5100.970.20
HSL91.36º94.31%41.37%-
HSV(B)91.36º97.07%80.39%-
XYZ27.2346.447.7-
YUV151.2246.0492.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 205 (80.47% from 255) = 65.71%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=32.37%
G=65.71%
B=1.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10120560.5100.970.2091.3694.3141.37
Hex65CD633061145b5e29
Octal14531566301412413313651
Binary110010111001101110110011011000011010010110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65CD06; }

 p { color: rgb(101,205,6); }

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

<style>
 a { background-color: #65CD06; }

 a { background-color: rgb(101,205,6); }

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

<style>
 span { border-color: #65CD06; }

 span { border-color: rgb(101,205,6); }

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