#65CA04

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

Shades of Kelly Green #65CA04

Tints of Kelly Green #65CA04

Color information

#65CA04 (or 0x65CA04) is unknown color: approx Kelly Green. HEX triplet: 65, CA and 04. RGB value is (101,202,4). Sum of RGB (Red+Green+Blue) = 101+202+4=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #65CA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CA04 is #9A35FB. Grayscale: #959595. Windows color (decimal): -10106364 or 313957. OLE color: 313957.

HSL color Cylindrical-coordinate representation of color #65CA04: hue angle of 90.61º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65CA04 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB1012024-
CMYK0.5000.980.21
HSL90.61º96.12%40.39%-
HSV(B)90.61º98.02%79.22%-
XYZ26.5145.027.41-
YUV149.2346.0493.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 202 (79.30% from 255) = 65.80%
BLUE value IS 4 (1.95% from 255) = 1.30%
R=32.90%
G=65.80%
B=1.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10120240.5000.980.2190.6196.1240.39
Hex65CA432062155b6028
Octal14531246201422513314050
Binary110010111001010100110010011000101010110110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,4); }

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

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

 a { background-color: rgb(101,202,4); }

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

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

 span { border-color: rgb(101,202,4); }

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