#65D513

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

Shades of Kelly Green #65D513

Tints of Kelly Green #65D513

Color information

#65D513 (or 0x65D513) is unknown color: approx Kelly Green. HEX triplet: 65, D5 and 13. RGB value is (101,213,19). Sum of RGB (Red+Green+Blue) = 101+213+19=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #65D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D513 is #9A2AEC. Grayscale: #9E9E9E. Windows color (decimal): -10103533 or 1299813. OLE color: 1299813.

HSL color Cylindrical-coordinate representation of color #65D513: hue angle of 94.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65D513 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB10121319-
CMYK0.5300.910.16
HSL94.64º83.62%45.49%-
HSV(B)94.64º91.08%83.53%-
XYZ29.2850.48.8-
YUV157.449.8987.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 213 (83.59% from 255) = 63.96%
BLUE value IS 19 (7.81% from 255) = 5.71%
R=30.33%
G=63.96%
B=5.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213190.5300.910.1694.6483.6245.49
Hex65D5133505B105f542d
Octal145325236501332013712455
Binary11001011101010110011110101010110111000010111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,213,19); }

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

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

 a { background-color: rgb(101,213,19); }

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

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

 span { border-color: rgb(101,213,19); }

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