Html Css Color HEX #ADDF32 Atlantis

📋 copy color: '#ADDF32'

red 173 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #ADDF32

Tints of Atlantis #ADDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 38.79%
G = 50%
B = 11.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#ADDF32 (or 0xADDF32) is known color: Atlantis. HEX triplet: AD, DF and 32. RGB value is (173,223,50). Sum of RGB (Red+Green+Blue) = 173+223+50=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDF32 is #5220CD. Grayscale: #BCBCBC. Windows color (decimal): -5382350 or 3334061. OLE color: 3334061.

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

Color convert

RGB 173 223 50 -
CMYK 0.22 0 0.78 0.13
HSL 77.34º 0.73% 0.54% -
HSV(B) 77.34º 0.78% 0.87% -
XYZ 44.2 61.89 12.63 -
YUV 188.33 49.94 117.07 -
System Red Green Blue C M Y K H S L
Decimal 173 223 50 0.22 0 0.78 0.13 77.34 0.73 0.54
Hex AD DF 32 16 0 4E D 4D 49 36
Octal 255 337 62 26 0 116 15 115 111 66
Binary 10101101 11011111 110010 10110 0 1001110 1101 1001101 1001001 110110

Color Harmonies of #ADDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF32

Black with #ADDF32

Text Example


Text Example

White with #ADDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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