Html Css Color HEX #ADDB31 Atlantis

📋 copy color: '#ADDB31'

red 173 ◦ green 219 ◦ blue 49

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

Shades of Atlantis #ADDB31

Tints of Atlantis #ADDB31

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 39.23%
G = 49.66%
B = 11.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#ADDB31 (or 0xADDB31) is known color: Atlantis. HEX triplet: AD, DB and 31. RGB value is (173,219,49). Sum of RGB (Red+Green+Blue) = 173+219+49=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB31 is #5224CE. Grayscale: #BABABA. Windows color (decimal): -5383375 or 3267501. OLE color: 3267501.

HSL color Cylindrical-coordinate representation of color #ADDB31: hue angle of 76.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADDB31 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 49 -
CMYK 0.21 0 0.78 0.14
HSL 76.24º 0.7% 0.53% -
HSV(B) 76.24º 0.78% 0.86% -
XYZ 43.12 59.77 12.17 -
YUV 185.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 173 219 49 0.21 0 0.78 0.14 76.24 0.7 0.53
Hex AD DB 31 15 0 4E E 4C 46 35
Octal 255 333 61 25 0 116 16 114 106 65
Binary 10101101 11011011 110001 10101 0 1001110 1110 1001100 1000110 110101

Color Harmonies of #ADDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB31

Black with #ADDB31

Text Example


Text Example

White with #ADDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB31; }

 p { color: rgb(173,219,49); }

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

background-color css

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

 a { background-color: rgb(173,219,49); }

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

border-color css

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

 span { border-color: rgb(173,219,49); }

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