Html Css Color HEX #ADDB3B Atlantis

📋 copy color: '#ADDB3B'

red 173 ◦ green 219 ◦ blue 59

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

Shades of Atlantis #ADDB3B

Tints of Atlantis #ADDB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.08%

R = 38.36%
G = 48.56%
B = 13.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#ADDB3B (or 0xADDB3B) is known color: Atlantis. HEX triplet: AD, DB and 3B. RGB value is (173,219,59). Sum of RGB (Red+Green+Blue) = 173+219+59=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB3B is #5224C4. Grayscale: #BBBBBB. Windows color (decimal): -5383365 or 3922861. OLE color: 3922861.

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

Color convert

RGB 173 219 59 -
CMYK 0.21 0 0.73 0.14
HSL 77.25º 0.69% 0.55% -
HSV(B) 77.25º 0.73% 0.86% -
XYZ 43.35 59.86 13.41 -
YUV 187.01 55.76 118.01 -
System Red Green Blue C M Y K H S L
Decimal 173 219 59 0.21 0 0.73 0.14 77.25 0.69 0.55
Hex AD DB 3B 15 0 49 E 4D 45 37
Octal 255 333 73 25 0 111 16 115 105 67
Binary 10101101 11011011 111011 10101 0 1001001 1110 1001101 1000101 110111

Color Harmonies of #ADDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB3B

Black with #ADDB3B

Text Example


Text Example

White with #ADDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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