Html Css Color HEX #ABFA50 Conifer

📋 copy color: '#ABFA50'

red 171 ◦ green 250 ◦ blue 80

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

Shades of Conifer #ABFA50

Tints of Conifer #ABFA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 34.13%
G = 49.9%
B = 15.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#ABFA50 (or 0xABFA50) is known color: Conifer. HEX triplet: AB, FA and 50. RGB value is (171,250,80). Sum of RGB (Red+Green+Blue) = 171+250+80=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFA50 is #5405AF. Grayscale: #CFCFCF. Windows color (decimal): -5506480 or 5307051. OLE color: 5307051.

HSL color Cylindrical-coordinate representation of color #ABFA50: hue angle of 87.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABFA50 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 80 -
CMYK 0.32 0 0.68 0.02
HSL 87.88º 0.94% 0.65% -
HSV(B) 87.88º 0.68% 0.98% -
XYZ 52.43 77.61 19.81 -
YUV 207 56.33 102.32 -
System Red Green Blue C M Y K H S L
Decimal 171 250 80 0.32 0 0.68 0.02 87.88 0.94 0.65
Hex AB FA 50 20 0 44 2 58 5E 41
Octal 253 372 120 40 0 104 2 130 136 101
Binary 10101011 11111010 1010000 100000 0 1000100 10 1011000 1011110 1000001

Color Harmonies of #ABFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA50

Black with #ABFA50

Text Example


Text Example

White with #ABFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA50; }

 p { color: rgb(171,250,80); }

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

background-color css

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

 a { background-color: rgb(171,250,80); }

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

border-color css

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

 span { border-color: rgb(171,250,80); }

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