Html Css Color HEX #ADD532 Atlantis

📋 copy color: '#ADD532'

red 173 ◦ green 213 ◦ blue 50

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

Shades of Atlantis #ADD532

Tints of Atlantis #ADD532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

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

R = 39.68%
G = 48.85%
B = 11.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#ADD532 (or 0xADD532) is known color: Atlantis. HEX triplet: AD, D5 and 32. RGB value is (173,213,50). Sum of RGB (Red+Green+Blue) = 173+213+50=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD532 is #522ACD. Grayscale: #B7B7B7. Windows color (decimal): -5384910 or 3331501. OLE color: 3331501.

HSL color Cylindrical-coordinate representation of color #ADD532: hue angle of 74.72º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADD532 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 50 -
CMYK 0.19 0 0.77 0.16
HSL 74.72º 0.66% 0.52% -
HSV(B) 74.72º 0.77% 0.84% -
XYZ 41.6 56.7 11.77 -
YUV 182.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 173 213 50 0.19 0 0.77 0.16 74.72 0.66 0.52
Hex AD D5 32 13 0 4D 10 4B 42 34
Octal 255 325 62 23 0 115 20 113 102 64
Binary 10101101 11010101 110010 10011 0 1001101 10000 1001011 1000010 110100

Color Harmonies of #ADD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD532

Black with #ADD532

Text Example


Text Example

White with #ADD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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