#65D100

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

Shades of Kelly Green #65D100

Tints of Kelly Green #65D100

Color information

#65D100 (or 0x65D100) is unknown color: approx Kelly Green. HEX triplet: 65, D1 and 00. RGB value is (101,209,0). Sum of RGB (Red+Green+Blue) = 101+209+0=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #65D100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D100 is #9A2EFF. Grayscale: #999999. Windows color (decimal): -10104576 or 53605. OLE color: 53605.

HSL color Cylindrical-coordinate representation of color #65D100: hue angle of 91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65D100 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB1012090-
CMYK0.52010.18
HSL91º100%40.98%-
HSV(B)91º100%81.96%-
XYZ28.1748.377.85-
YUV152.8841.7290.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 209 (82.03% from 255) = 67.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.58%
G=67.42%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal10120900.52010.189110040.98
Hex65D1034064125b6429
Octal14532106401442213314451
Binary1100101110100010110100011001001001010110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,209,0); }

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

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

 a { background-color: rgb(101,209,0); }

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

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

 span { border-color: rgb(101,209,0); }

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