#69CD0E

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

Shades of Kelly Green #69CD0E

Tints of Kelly Green #69CD0E

Color information

#69CD0E (or 0x69CD0E) is unknown color: approx Kelly Green. HEX triplet: 69, CD and 0E. RGB value is (105,205,14). Sum of RGB (Red+Green+Blue) = 105+205+14=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69CD0E is #9632F1. Grayscale: #999999. Windows color (decimal): -9843442 or 970089. OLE color: 970089.

HSL color Cylindrical-coordinate representation of color #69CD0E: hue angle of 91.41º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69CD0E is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB10520514-
CMYK0.4900.930.20
HSL91.41º87.21%42.94%-
HSV(B)91.41º93.17%80.39%-
XYZ27.7446.77.97-
YUV153.3349.3793.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 205 (80.47% from 255) = 63.27%
BLUE value IS 14 (5.86% from 255) = 4.32%
R=32.41%
G=63.27%
B=4.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105205140.4900.930.2091.4187.2142.94
Hex69CDE3105D145b572b
Octal151315166101352413312753
Binary1101001110011011110110001010111011010010110111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,14); }

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

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

 a { background-color: rgb(105,205,14); }

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

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

 span { border-color: rgb(105,205,14); }

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