Html Css Color HEX #ABFC52 Conifer

📋 copy color: '#ABFC52'

red 171 ◦ green 252 ◦ blue 82

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

Shades of Conifer #ABFC52

Tints of Conifer #ABFC52

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.9%

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 33.86%
G = 49.9%
B = 16.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#ABFC52 (or 0xABFC52) is known color: Conifer. HEX triplet: AB, FC and 52. RGB value is (171,252,82). Sum of RGB (Red+Green+Blue) = 171+252+82=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC52 is #5403AD. Grayscale: #D0D0D0. Windows color (decimal): -5505966 or 5438635. OLE color: 5438635.

HSL color Cylindrical-coordinate representation of color #ABFC52: hue angle of 88.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABFC52 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 82 -
CMYK 0.32 0 0.67 0.01
HSL 88.59º 0.97% 0.65% -
HSV(B) 88.59º 0.67% 0.99% -
XYZ 53.13 78.89 20.41 -
YUV 208.4 56.66 101.32 -
System Red Green Blue C M Y K H S L
Decimal 171 252 82 0.32 0 0.67 0.01 88.59 0.97 0.65
Hex AB FC 52 20 0 43 1 59 61 41
Octal 253 374 122 40 0 103 1 131 141 101
Binary 10101011 11111100 1010010 100000 0 1000011 1 1011001 1100001 1000001

Color Harmonies of #ABFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC52

Black with #ABFC52

Text Example


Text Example

White with #ABFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC52; }

 p { color: rgb(171,252,82); }

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

background-color css

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

 a { background-color: rgb(171,252,82); }

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

border-color css

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

 span { border-color: rgb(171,252,82); }

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