#69D716

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

Shades of Kelly Green #69D716

Tints of Kelly Green #69D716

Color information

#69D716 (or 0x69D716) is unknown color: approx Kelly Green. HEX triplet: 69, D7 and 16. RGB value is (105,215,22). Sum of RGB (Red+Green+Blue) = 105+215+22=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #69D716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D716 is #9628E9. Grayscale: #A0A0A0. Windows color (decimal): -9840874 or 1496937. OLE color: 1496937.

HSL color Cylindrical-coordinate representation of color #69D716: hue angle of 94.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69D716 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB10521522-
CMYK0.5100.900.16
HSL94.2º81.43%46.47%-
HSV(B)94.2º89.77%84.31%-
XYZ30.2751.669.14-
YUV160.1150.0688.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 215 (84.38% from 255) = 62.87%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=30.70%
G=62.87%
B=6.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105215220.5100.900.1694.281.4346.47
Hex69D7163305A105e512e
Octal151327266301322013612156
Binary11010011101011110110110011010110101000010111101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,215,22); }

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

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

 a { background-color: rgb(105,215,22); }

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

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

 span { border-color: rgb(105,215,22); }

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