#69d312

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

Shades of Kelly Green #69D312

Tints of Kelly Green #69D312

Color information

#69D312 (or 0x69D312) is unknown color: approx Kelly Green. HEX triplet: 69, D3 and 12. RGB value is (105,211,18). Sum of RGB (Red+Green+Blue) = 105+211+18=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 211 (82.81% from 255 or 63.17% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 211 - color contains mainly: green. Hex color #69D312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D312 is #962CED. Grayscale: #9D9D9D. Windows color (decimal): -9841902 or 1233769. OLE color: 1233769.

HSL color Cylindrical-coordinate representation of color #69D312: hue angle of 92.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69D312 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB10521118-
CMYK0.5000.910.17
HSL92.95º84.28%44.9%-
HSV(B)92.95º91.47%82.75%-
XYZ29.2349.648.61-
YUV157.349.3890.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 211 (82.81% from 255) = 63.17%
BLUE value IS 18 (7.42% from 255) = 5.39%
R=31.44%
G=63.17%
B=5.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal105211180.5000.910.1792.9584.2844.9
Hex69D3123205B115d542d
Octal151323226201332113512455
Binary11010011101001110010110010010110111000110111011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69d312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69d312; }

 p { color: rgb(105,211,18); }

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

<style>
 a { background-color: #69d312; }

 a { background-color: rgb(105,211,18); }

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

<style>
 span { border-color: #69d312; }

 span { border-color: rgb(105,211,18); }

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