#65C20F

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

Shades of Kelly Green #65C20F

Tints of Kelly Green #65C20F

Color information

#65C20F (or 0x65C20F) is unknown color: approx Kelly Green. HEX triplet: 65, C2 and 0F. RGB value is (101,194,15). Sum of RGB (Red+Green+Blue) = 101+194+15=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #65C20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C20F is #9A3DF0. Grayscale: #929292. Windows color (decimal): -10108401 or 1032805. OLE color: 1032805.

HSL color Cylindrical-coordinate representation of color #65C20F: hue angle of 91.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65C20F is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB10119415-
CMYK0.4800.920.24
HSL91.17º85.65%40.98%-
HSV(B)91.17º92.27%76.08%-
XYZ24.7441.387.14-
YUV145.7954.1996.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 194 (76.17% from 255) = 62.58%
BLUE value IS 15 (6.25% from 255) = 4.84%
R=32.58%
G=62.58%
B=4.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101194150.4800.920.2491.1785.6540.98
Hex65C2F3005C185b5629
Octal145302176001343013312651
Binary1100101110000101111110000010111001100010110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,15); }

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

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

 a { background-color: rgb(101,194,15); }

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

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

 span { border-color: rgb(101,194,15); }

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