#69CE1E

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

Shades of Kelly Green #69CE1E

Tints of Kelly Green #69CE1E

Color information

#69CE1E (or 0x69CE1E) is unknown color: approx Kelly Green. HEX triplet: 69, CE and 1E. RGB value is (105,206,30). Sum of RGB (Red+Green+Blue) = 105+206+30=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #69CE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CE1E is #9631E1. Grayscale: #9C9C9C. Windows color (decimal): -9843170 or 2018921. OLE color: 2018921.

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

Color convert

RGB10520630-
CMYK0.4900.850.19
HSL94.43º74.58%46.27%-
HSV(B)94.43º85.44%80.78%-
XYZ28.1347.248.86-
YUV155.7457.0491.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 206 (80.86% from 255) = 60.41%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=30.79%
G=60.41%
B=8.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105206300.4900.850.1994.4374.5846.27
Hex69CE1E31055135e4b2e
Octal151316366101252313611356
Binary11010011100111011110110001010101011001110111101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,206,30); }

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

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

 a { background-color: rgb(105,206,30); }

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

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

 span { border-color: rgb(105,206,30); }

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