#65D713

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

Shades of Kelly Green #65D713

Tints of Kelly Green #65D713

Color information

#65D713 (or 0x65D713) is unknown color: approx Kelly Green. HEX triplet: 65, D7 and 13. RGB value is (101,215,19). Sum of RGB (Red+Green+Blue) = 101+215+19=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #65D713 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D713 is #9A28EC. Grayscale: #9F9F9F. Windows color (decimal): -10103021 or 1300325. OLE color: 1300325.

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

Color convert

RGB10121519-
CMYK0.5300.910.16
HSL94.9º83.76%45.88%-
HSV(B)94.9º91.16%84.31%-
XYZ29.7851.418.97-
YUV158.5749.2386.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 215 (84.38% from 255) = 64.18%
BLUE value IS 19 (7.81% from 255) = 5.67%
R=30.15%
G=64.18%
B=5.67%

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
Decimal101215190.5300.910.1694.983.7645.88
Hex65D7133505B105f542e
Octal145327236501332013712456
Binary11001011101011110011110101010110111000010111111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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