Html Css Color HEX #ABD31F Bahia

📋 copy color: '#ABD31F'

red 171 ◦ green 211 ◦ blue 31

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

Shades of Bahia #ABD31F

Tints of Bahia #ABD31F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.09%

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 41.4%
G = 51.09%
B = 7.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#ABD31F (or 0xABD31F) is known color: Bahia. HEX triplet: AB, D3 and 1F. RGB value is (171,211,31). Sum of RGB (Red+Green+Blue) = 171+211+31=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD31F is #542CE0. Grayscale: #B3B3B3. Windows color (decimal): -5516513 or 2085803. OLE color: 2085803.

HSL color Cylindrical-coordinate representation of color #ABD31F: hue angle of 73.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABD31F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 211 31 -
CMYK 0.19 0 0.85 0.17
HSL 73.33º 0.74% 0.47% -
HSV(B) 73.33º 0.85% 0.83% -
XYZ 40.34 55.35 9.85 -
YUV 178.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 171 211 31 0.19 0 0.85 0.17 73.33 0.74 0.47
Hex AB D3 1F 13 0 55 11 49 4A 2F
Octal 253 323 37 23 0 125 21 111 112 57
Binary 10101011 11010011 11111 10011 0 1010101 10001 1001001 1001010 101111

Color Harmonies of #ABD31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD31F

Black with #ABD31F

Text Example


Text Example

White with #ABD31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD31F; }

 p { color: rgb(171,211,31); }

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

background-color css

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

 a { background-color: rgb(171,211,31); }

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

border-color css

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

 span { border-color: rgb(171,211,31); }

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