#69CF1E

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

Shades of Kelly Green #69CF1E

Tints of Kelly Green #69CF1E

Color information

#69CF1E (or 0x69CF1E) is unknown color: approx Kelly Green. HEX triplet: 69, CF and 1E. RGB value is (105,207,30). Sum of RGB (Red+Green+Blue) = 105+207+30=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #69CF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69CF1E is #9630E1. Grayscale: #9C9C9C. Windows color (decimal): -9842914 or 2019177. OLE color: 2019177.

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

Color convert

RGB10520730-
CMYK0.4900.860.19
HSL94.58º74.68%46.47%-
HSV(B)94.58º85.51%81.18%-
XYZ28.3747.728.94-
YUV156.3256.7191.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 207 (81.25% from 255) = 60.53%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=30.70%
G=60.53%
B=8.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105207300.4900.860.1994.5874.6846.47
Hex69CF1E31056135f4b2e
Octal151317366101262313711356
Binary11010011100111111110110001010101101001110111111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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