Html Css Color HEX #ADDC33 Atlantis

📋 copy color: '#ADDC33'

red 173 ◦ green 220 ◦ blue 51

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

Shades of Atlantis #ADDC33

Tints of Atlantis #ADDC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 51 (20.31% from 255) = 11.49%

R = 38.96%
G = 49.55%
B = 11.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#ADDC33 (or 0xADDC33) is known color: Atlantis. HEX triplet: AD, DC and 33. RGB value is (173,220,51). Sum of RGB (Red+Green+Blue) = 173+220+51=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 51 (20.31% from 255 or 11.49% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC33 is #5223CC. Grayscale: #BBBBBB. Windows color (decimal): -5383117 or 3398829. OLE color: 3398829.

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

Color convert

RGB 173 220 51 -
CMYK 0.21 0 0.77 0.14
HSL 76.69º 0.71% 0.53% -
HSV(B) 76.69º 0.77% 0.86% -
XYZ 43.42 60.31 12.48 -
YUV 186.68 51.43 118.24 -
System Red Green Blue C M Y K H S L
Decimal 173 220 51 0.21 0 0.77 0.14 76.69 0.71 0.53
Hex AD DC 33 15 0 4D E 4D 47 35
Octal 255 334 63 25 0 115 16 115 107 65
Binary 10101101 11011100 110011 10101 0 1001101 1110 1001101 1000111 110101

Color Harmonies of #ADDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC33

Black with #ADDC33

Text Example


Text Example

White with #ADDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC33; }

 p { color: rgb(173,220,51); }

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

background-color css

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

 a { background-color: rgb(173,220,51); }

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

border-color css

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

 span { border-color: rgb(173,220,51); }

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