Html Css Color HEX #ABDB52 Conifer

📋 copy color: '#ABDB52'

red 171 ◦ green 219 ◦ blue 82

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

Shades of Conifer #ABDB52

Tints of Conifer #ABDB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 36.23%
G = 46.4%
B = 17.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#ABDB52 (or 0xABDB52) is known color: Conifer. HEX triplet: AB, DB and 52. RGB value is (171,219,82). Sum of RGB (Red+Green+Blue) = 171+219+82=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDB52 is #5424AD. Grayscale: #BDBDBD. Windows color (decimal): -5514414 or 5430187. OLE color: 5430187.

HSL color Cylindrical-coordinate representation of color #ABDB52: hue angle of 81.02º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABDB52 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 82 -
CMYK 0.22 0 0.63 0.14
HSL 81.02º 0.66% 0.59% -
HSV(B) 81.02º 0.63% 0.86% -
XYZ 43.65 59.93 17.25 -
YUV 189.03 67.6 115.14 -
System Red Green Blue C M Y K H S L
Decimal 171 219 82 0.22 0 0.63 0.14 81.02 0.66 0.59
Hex AB DB 52 16 0 3F E 51 42 3B
Octal 253 333 122 26 0 77 16 121 102 73
Binary 10101011 11011011 1010010 10110 0 111111 1110 1010001 1000010 111011

Color Harmonies of #ABDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB52

Black with #ABDB52

Text Example


Text Example

White with #ABDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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