Html Css Color HEX #ABF850 Conifer

📋 copy color: '#ABF850'

red 171 ◦ green 248 ◦ blue 80

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

Shades of Conifer #ABF850

Tints of Conifer #ABF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.7%

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

R = 34.27%
G = 49.7%
B = 16.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#ABF850 (or 0xABF850) is known color: Conifer. HEX triplet: AB, F8 and 50. RGB value is (171,248,80). Sum of RGB (Red+Green+Blue) = 171+248+80=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF850 is #5407AF. Grayscale: #CECECE. Windows color (decimal): -5506992 or 5306539. OLE color: 5306539.

HSL color Cylindrical-coordinate representation of color #ABF850: hue angle of 87.5º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABF850 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 248 80 -
CMYK 0.31 0 0.68 0.03
HSL 87.5º 0.92% 0.64% -
HSV(B) 87.5º 0.68% 0.97% -
XYZ 51.81 76.37 19.6 -
YUV 205.83 56.99 103.16 -
System Red Green Blue C M Y K H S L
Decimal 171 248 80 0.31 0 0.68 0.03 87.5 0.92 0.64
Hex AB F8 50 1F 0 44 3 57 5C 40
Octal 253 370 120 37 0 104 3 127 134 100
Binary 10101011 11111000 1010000 11111 0 1000100 11 1010111 1011100 1000000

Color Harmonies of #ABF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF850

Black with #ABF850

Text Example


Text Example

White with #ABF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF850; }

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

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

background-color css

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

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

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

border-color css

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

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

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