Html Css Color HEX #ABDB34 Atlantis

📋 copy color: '#ABDB34'

red 171 ◦ green 219 ◦ blue 52

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

Shades of Atlantis #ABDB34

Tints of Atlantis #ABDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 38.69%
G = 49.55%
B = 11.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#ABDB34 (or 0xABDB34) is known color: Atlantis. HEX triplet: AB, DB and 34. RGB value is (171,219,52). Sum of RGB (Red+Green+Blue) = 171+219+52=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDB34 is #5424CB. Grayscale: #BABABA. Windows color (decimal): -5514444 or 3464107. OLE color: 3464107.

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

Color convert

RGB 171 219 52 -
CMYK 0.22 0 0.76 0.14
HSL 77.25º 0.7% 0.53% -
HSV(B) 77.25º 0.76% 0.86% -
XYZ 42.75 59.57 12.49 -
YUV 185.61 52.6 117.58 -
System Red Green Blue C M Y K H S L
Decimal 171 219 52 0.22 0 0.76 0.14 77.25 0.7 0.53
Hex AB DB 34 16 0 4C E 4D 46 35
Octal 253 333 64 26 0 114 16 115 106 65
Binary 10101011 11011011 110100 10110 0 1001100 1110 1001101 1000110 110101

Color Harmonies of #ABDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB34

Black with #ABDB34

Text Example


Text Example

White with #ABDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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