Html Css Color HEX #ADDB35 Atlantis

📋 copy color: '#ADDB35'

red 173 ◦ green 219 ◦ blue 53

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

Shades of Atlantis #ADDB35

Tints of Atlantis #ADDB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.91%

R = 38.88%
G = 49.21%
B = 11.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#ADDB35 (or 0xADDB35) is known color: Atlantis. HEX triplet: AD, DB and 35. RGB value is (173,219,53). Sum of RGB (Red+Green+Blue) = 173+219+53=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB35 is #5224CA. Grayscale: #BABABA. Windows color (decimal): -5383371 or 3529645. OLE color: 3529645.

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

Color convert

RGB 173 219 53 -
CMYK 0.21 0 0.76 0.14
HSL 76.63º 0.7% 0.53% -
HSV(B) 76.63º 0.76% 0.86% -
XYZ 43.21 59.8 12.63 -
YUV 186.32 52.76 118.5 -
System Red Green Blue C M Y K H S L
Decimal 173 219 53 0.21 0 0.76 0.14 76.63 0.7 0.53
Hex AD DB 35 15 0 4C E 4D 46 35
Octal 255 333 65 25 0 114 16 115 106 65
Binary 10101101 11011011 110101 10101 0 1001100 1110 1001101 1000110 110101

Color Harmonies of #ADDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB35

Black with #ADDB35

Text Example


Text Example

White with #ADDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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