Html Css Color HEX #ADDD32 Atlantis

📋 copy color: '#ADDD32'

red 173 ◦ green 221 ◦ blue 50

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

Shades of Atlantis #ADDD32

Tints of Atlantis #ADDD32

RGB

 RED value IS 173 (67.97% from 255) = 38.96%

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

 BLUE value IS 50 (19.92% from 255) = 11.26%

R = 38.96%
G = 49.77%
B = 11.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#ADDD32 (or 0xADDD32) is known color: Atlantis. HEX triplet: AD, DD and 32. RGB value is (173,221,50). Sum of RGB (Red+Green+Blue) = 173+221+50=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD32 is #5222CD. Grayscale: #BBBBBB. Windows color (decimal): -5382862 or 3333549. OLE color: 3333549.

HSL color Cylindrical-coordinate representation of color #ADDD32: hue angle of 76.84º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADDD32 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 50 -
CMYK 0.22 0 0.77 0.13
HSL 76.84º 0.72% 0.53% -
HSV(B) 76.84º 0.77% 0.87% -
XYZ 43.67 60.83 12.46 -
YUV 187.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 173 221 50 0.22 0 0.77 0.13 76.84 0.72 0.53
Hex AD DD 32 16 0 4D D 4D 48 35
Octal 255 335 62 26 0 115 15 115 110 65
Binary 10101101 11011101 110010 10110 0 1001101 1101 1001101 1001000 110101

Color Harmonies of #ADDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD32

Black with #ADDD32

Text Example


Text Example

White with #ADDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD32; }

 p { color: rgb(173,221,50); }

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

background-color css

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

 a { background-color: rgb(173,221,50); }

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

border-color css

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

 span { border-color: rgb(173,221,50); }

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