#69cf16

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

Shades of Kelly Green #69CF16

Tints of Kelly Green #69CF16

Color information

#69CF16 (or 0x69CF16) is unknown color: approx Kelly Green. HEX triplet: 69, CF and 16. RGB value is (105,207,22). Sum of RGB (Red+Green+Blue) = 105+207+22=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CF16 is #9630E9. Grayscale: #9C9C9C. Windows color (decimal): -9842922 or 1494889. OLE color: 1494889.

HSL color Cylindrical-coordinate representation of color #69CF16: hue angle of 93.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69CF16 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB10520722-
CMYK0.4900.890.19
HSL93.08º80.79%44.9%-
HSV(B)93.08º89.37%81.18%-
XYZ28.2847.698.47-
YUV155.4152.7192.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 207 (81.25% from 255) = 61.98%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=31.44%
G=61.98%
B=6.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105207220.4900.890.1993.0880.7944.9
Hex69CF1631059135d512d
Octal151317266101312313512155
Binary11010011100111110110110001010110011001110111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69cf16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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