Html Css Color HEX #ABF130 Green Yellow

📋 copy color: '#ABF130'

red 171 ◦ green 241 ◦ blue 48

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

Shades of Green Yellow #ABF130

Tints of Green Yellow #ABF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.39%

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

R = 37.17%
G = 52.39%
B = 10.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#ABF130 (or 0xABF130) is known color: Green Yellow. HEX triplet: AB, F1 and 30. RGB value is (171,241,48). Sum of RGB (Red+Green+Blue) = 171+241+48=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF130 is #540ECF. Grayscale: #C6C6C6. Windows color (decimal): -5508816 or 3207595. OLE color: 3207595.

HSL color Cylindrical-coordinate representation of color #ABF130: hue angle of 81.76º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABF130 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 48 -
CMYK 0.29 0 0.80 0.05
HSL 81.76º 0.87% 0.57% -
HSV(B) 81.76º 0.8% 0.95% -
XYZ 48.78 71.78 14.08 -
YUV 198.07 43.31 108.69 -
System Red Green Blue C M Y K H S L
Decimal 171 241 48 0.29 0 0.80 0.05 81.76 0.87 0.57
Hex AB F1 30 1D 0 50 5 52 57 39
Octal 253 361 60 35 0 120 5 122 127 71
Binary 10101011 11110001 110000 11101 0 1010000 101 1010010 1010111 111001

Color Harmonies of #ABF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF130

Black with #ABF130

Text Example


Text Example

White with #ABF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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