Html Css Color HEX #ABDC31 Atlantis

📋 copy color: '#ABDC31'

red 171 ◦ green 220 ◦ blue 49

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

Shades of Atlantis #ABDC31

Tints of Atlantis #ABDC31

RGB

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

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

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

R = 38.86%
G = 50%
B = 11.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#ABDC31 (or 0xABDC31) is known color: Atlantis. HEX triplet: AB, DC and 31. RGB value is (171,220,49). Sum of RGB (Red+Green+Blue) = 171+220+49=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC31 is #5423CE. Grayscale: #BABABA. Windows color (decimal): -5514191 or 3267755. OLE color: 3267755.

HSL color Cylindrical-coordinate representation of color #ABDC31: hue angle of 77.19º degrees, saturation: 0.71, 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 #ABDC31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 49 -
CMYK 0.22 0 0.78 0.14
HSL 77.19º 0.71% 0.53% -
HSV(B) 77.19º 0.78% 0.86% -
XYZ 42.94 60.07 12.24 -
YUV 185.86 50.77 117.4 -
System Red Green Blue C M Y K H S L
Decimal 171 220 49 0.22 0 0.78 0.14 77.19 0.71 0.53
Hex AB DC 31 16 0 4E E 4D 47 35
Octal 253 334 61 26 0 116 16 115 107 65
Binary 10101011 11011100 110001 10110 0 1001110 1110 1001101 1000111 110101

Color Harmonies of #ABDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC31

Black with #ABDC31

Text Example


Text Example

White with #ABDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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