Html Css Color HEX #ABDF30 Atlantis

📋 copy color: '#ABDF30'

red 171 ◦ green 223 ◦ blue 48

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

Shades of Atlantis #ABDF30

Tints of Atlantis #ABDF30

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.45%

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

R = 38.69%
G = 50.45%
B = 10.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#ABDF30 (or 0xABDF30) is known color: Atlantis. HEX triplet: AB, DF and 30. RGB value is (171,223,48). Sum of RGB (Red+Green+Blue) = 171+223+48=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDF30 is #5420CF. Grayscale: #BCBCBC. Windows color (decimal): -5513424 or 3202987. OLE color: 3202987.

HSL color Cylindrical-coordinate representation of color #ABDF30: hue angle of 77.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABDF30 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 48 -
CMYK 0.23 0 0.78 0.13
HSL 77.83º 0.73% 0.53% -
HSV(B) 77.83º 0.78% 0.87% -
XYZ 43.72 61.65 12.39 -
YUV 187.5 49.27 116.23 -
System Red Green Blue C M Y K H S L
Decimal 171 223 48 0.23 0 0.78 0.13 77.83 0.73 0.53
Hex AB DF 30 17 0 4E D 4E 49 35
Octal 253 337 60 27 0 116 15 116 111 65
Binary 10101011 11011111 110000 10111 0 1001110 1101 1001110 1001001 110101

Color Harmonies of #ABDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF30

Black with #ABDF30

Text Example


Text Example

White with #ABDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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