Html Css Color HEX #ABDB30 Atlantis

📋 copy color: '#ABDB30'

red 171 ◦ green 219 ◦ blue 48

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

Shades of Atlantis #ABDB30

Tints of Atlantis #ABDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.96%

R = 39.04%
G = 50%
B = 10.96%

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

#ABDB30 (or 0xABDB30) is known color: Atlantis. HEX triplet: AB, DB and 30. RGB value is (171,219,48). Sum of RGB (Red+Green+Blue) = 171+219+48=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 48 (19.14% from 255 or 10.96% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB30 is #5424CF. Grayscale: #B9B9B9. Windows color (decimal): -5514448 or 3201963. OLE color: 3201963.

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

Color convert

RGB 171 219 48 -
CMYK 0.22 0 0.78 0.14
HSL 76.84º 0.7% 0.52% -
HSV(B) 76.84º 0.78% 0.86% -
XYZ 42.66 59.53 12.04 -
YUV 185.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 171 219 48 0.22 0 0.78 0.14 76.84 0.7 0.52
Hex AB DB 30 16 0 4E E 4D 46 34
Octal 253 333 60 26 0 116 16 115 106 64
Binary 10101011 11011011 110000 10110 0 1001110 1110 1001101 1000110 110100

Color Harmonies of #ABDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB30

Black with #ABDB30

Text Example


Text Example

White with #ABDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB30; }

 p { color: rgb(171,219,48); }

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

background-color css

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

 a { background-color: rgb(171,219,48); }

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

border-color css

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

 span { border-color: rgb(171,219,48); }

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