Html Css Color HEX #69DD20 Kelly Green

📋 copy color: '#69DD20'

red 105 ◦ green 221 ◦ blue 32

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

Shades of Kelly Green #69DD20

Tints of Kelly Green #69DD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.73%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 29.33%
G = 61.73%
B = 8.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#69DD20 (or 0x69DD20) is known color: Kelly Green. HEX triplet: 69, DD and 20. RGB value is (105,221,32). Sum of RGB (Red+Green+Blue) = 105+221+32=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD20 is #9622DF. Grayscale: #A5A5A5. Windows color (decimal): -9839328 or 2153833. OLE color: 2153833.

HSL color Cylindrical-coordinate representation of color #69DD20: hue angle of 96.83º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69DD20 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 221 32 -
CMYK 0.52 0 0.86 0.13
HSL 96.83º 0.75% 0.5% -
HSV(B) 96.83º 0.86% 0.87% -
XYZ 31.94 54.82 10.26 -
YUV 164.77 53.07 85.37 -
System Red Green Blue C M Y K H S L
Decimal 105 221 32 0.52 0 0.86 0.13 96.83 0.75 0.5
Hex 69 DD 20 34 0 56 D 61 4B 32
Octal 151 335 40 64 0 126 15 141 113 62
Binary 1101001 11011101 100000 110100 0 1010110 1101 1100001 1001011 110010

Color Harmonies of #69DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD20

Black with #69DD20

Text Example


Text Example

White with #69DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,221,32); }

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

background-color css

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

 a { background-color: rgb(105,221,32); }

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

border-color css

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

 span { border-color: rgb(105,221,32); }

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