Html Css Color HEX #69D20E Kelly Green

📋 copy color: '#69D20E'

red 105 ◦ green 210 ◦ blue 14

#69D20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #69D20E

Tints of Kelly Green #69D20E

RGB

 RED value IS 105 (41.41% from 255) = 31.91%

 GREEN value IS 210 (82.42% from 255) = 63.83%

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 31.91%
G = 63.83%
B = 4.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#69D20E (or 0x69D20E) is known color: Kelly Green. HEX triplet: 69, D2 and 0E. RGB value is (105,210,14). Sum of RGB (Red+Green+Blue) = 105+210+14=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #69D20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69D20E is #962DF1. Grayscale: #9C9C9C. Windows color (decimal): -9842162 or 971369. OLE color: 971369.

HSL color Cylindrical-coordinate representation of color #69D20E: hue angle of 92.14º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69D20E is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 105 210 14 -
CMYK 0.50 0 0.93 0.18
HSL 92.14º 0.88% 0.44% -
HSV(B) 92.14º 0.93% 0.82% -
XYZ 28.95 49.13 8.37 -
YUV 156.26 47.71 91.44 -
System Red Green Blue C M Y K H S L
Decimal 105 210 14 0.50 0 0.93 0.18 92.14 0.88 0.44
Hex 69 D2 E 32 0 5D 12 5C 58 2C
Octal 151 322 16 62 0 135 22 134 130 54
Binary 1101001 11010010 1110 110010 0 1011101 10010 1011100 1011000 101100

Color Harmonies of #69D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69D20E

Black with #69D20E

Text Example


Text Example

White with #69D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69D20E;
 }
 .AnyTagClassName
 {
   color: #69D20E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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