Html Css Color HEX #ABFD52 Conifer

📋 copy color: '#ABFD52'

red 171 ◦ green 253 ◦ blue 82

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

Shades of Conifer #ABFD52

Tints of Conifer #ABFD52

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

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

R = 33.79%
G = 50%
B = 16.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#ABFD52 (or 0xABFD52) is known color: Conifer. HEX triplet: AB, FD and 52. RGB value is (171,253,82). Sum of RGB (Red+Green+Blue) = 171+253+82=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD52 is #5402AD. Grayscale: #D1D1D1. Windows color (decimal): -5505710 or 5438891. OLE color: 5438891.

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

Color convert

RGB 171 253 82 -
CMYK 0.32 0 0.68 0.01
HSL 88.77º 0.98% 0.66% -
HSV(B) 88.77º 0.68% 0.99% -
XYZ 53.44 79.52 20.51 -
YUV 208.99 56.33 100.9 -
System Red Green Blue C M Y K H S L
Decimal 171 253 82 0.32 0 0.68 0.01 88.77 0.98 0.66
Hex AB FD 52 20 0 44 1 59 62 42
Octal 253 375 122 40 0 104 1 131 142 102
Binary 10101011 11111101 1010010 100000 0 1000100 1 1011001 1100010 1000010

Color Harmonies of #ABFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFD52

Black with #ABFD52

Text Example


Text Example

White with #ABFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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