Html Css Color HEX #ADDE32 Atlantis

📋 copy color: '#ADDE32'

red 173 ◦ green 222 ◦ blue 50

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

Shades of Atlantis #ADDE32

Tints of Atlantis #ADDE32

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.89%

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

R = 38.88%
G = 49.89%
B = 11.24%

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

#ADDE32 (or 0xADDE32) is known color: Atlantis. HEX triplet: AD, DE and 32. RGB value is (173,222,50). Sum of RGB (Red+Green+Blue) = 173+222+50=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE32 is #5221CD. Grayscale: #BCBCBC. Windows color (decimal): -5382606 or 3333805. OLE color: 3333805.

HSL color Cylindrical-coordinate representation of color #ADDE32: hue angle of 77.09º 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 #ADDE32 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 50 -
CMYK 0.22 0 0.77 0.13
HSL 77.09º 0.72% 0.53% -
HSV(B) 77.09º 0.77% 0.87% -
XYZ 43.93 61.36 12.55 -
YUV 187.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 173 222 50 0.22 0 0.77 0.13 77.09 0.72 0.53
Hex AD DE 32 16 0 4D D 4D 48 35
Octal 255 336 62 26 0 115 15 115 110 65
Binary 10101101 11011110 110010 10110 0 1001101 1101 1001101 1001000 110101

Color Harmonies of #ADDE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDE32

Black with #ADDE32

Text Example


Text Example

White with #ADDE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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