Html Css Color HEX #69DD2C Kelly Green

📋 copy color: '#69DD2C'

red 105 ◦ green 221 ◦ blue 44

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

Shades of Kelly Green #69DD2C

Tints of Kelly Green #69DD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.89%

R = 28.38%
G = 59.73%
B = 11.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#69DD2C (or 0x69DD2C) is known color: Kelly Green. HEX triplet: 69, DD and 2C. RGB value is (105,221,44). Sum of RGB (Red+Green+Blue) = 105+221+44=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 221 (86.72% from 255 or 59.73% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69DD2C is #9622D3. Grayscale: #A6A6A6. Windows color (decimal): -9839316 or 2940265. OLE color: 2940265.

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

Color convert

RGB 105 221 44 -
CMYK 0.52 0 0.80 0.13
HSL 99.32º 0.72% 0.52% -
HSV(B) 99.32º 0.8% 0.87% -
XYZ 32.14 54.9 11.29 -
YUV 166.14 59.07 84.39 -
System Red Green Blue C M Y K H S L
Decimal 105 221 44 0.52 0 0.80 0.13 99.32 0.72 0.52
Hex 69 DD 2C 34 0 50 D 63 48 34
Octal 151 335 54 64 0 120 15 143 110 64
Binary 1101001 11011101 101100 110100 0 1010000 1101 1100011 1001000 110100

Color Harmonies of #69DD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69DD2C

Black with #69DD2C

Text Example


Text Example

White with #69DD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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