Html Css Color HEX #ABDC37 Atlantis

📋 copy color: '#ABDC37'

red 171 ◦ green 220 ◦ blue 55

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

Shades of Atlantis #ABDC37

Tints of Atlantis #ABDC37

RGB

 RED value IS 171 (67.19% from 255) = 38.34%

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

 BLUE value IS 55 (21.88% from 255) = 12.33%

R = 38.34%
G = 49.33%
B = 12.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#ABDC37 (or 0xABDC37) is known color: Atlantis. HEX triplet: AB, DC and 37. RGB value is (171,220,55). Sum of RGB (Red+Green+Blue) = 171+220+55=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC37 is #5423C8. Grayscale: #BBBBBB. Windows color (decimal): -5514185 or 3660971. OLE color: 3660971.

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

Color convert

RGB 171 220 55 -
CMYK 0.22 0 0.75 0.14
HSL 77.82º 0.7% 0.54% -
HSV(B) 77.82º 0.75% 0.86% -
XYZ 43.08 60.12 12.95 -
YUV 186.54 53.77 116.92 -
System Red Green Blue C M Y K H S L
Decimal 171 220 55 0.22 0 0.75 0.14 77.82 0.7 0.54
Hex AB DC 37 16 0 4B E 4E 46 36
Octal 253 334 67 26 0 113 16 116 106 66
Binary 10101011 11011100 110111 10110 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #ABDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC37

Black with #ABDC37

Text Example


Text Example

White with #ABDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC37; }

 p { color: rgb(171,220,55); }

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

background-color css

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

 a { background-color: rgb(171,220,55); }

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

border-color css

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

 span { border-color: rgb(171,220,55); }

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