Html Css Color HEX #ABDD47 Conifer

📋 copy color: '#ABDD47'

red 171 ◦ green 221 ◦ blue 71

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

Shades of Conifer #ABDD47

Tints of Conifer #ABDD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 71 (28.13% from 255) = 15.33%

R = 36.93%
G = 47.73%
B = 15.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#ABDD47 (or 0xABDD47) is known color: Conifer. HEX triplet: AB, DD and 47. RGB value is (171,221,71). Sum of RGB (Red+Green+Blue) = 171+221+71=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD47 is #5422B8. Grayscale: #BDBDBD. Windows color (decimal): -5513913 or 4709803. OLE color: 4709803.

HSL color Cylindrical-coordinate representation of color #ABDD47: hue angle of 80º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDD47 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 71 -
CMYK 0.23 0 0.68 0.13
HSL 80º 0.69% 0.57% -
HSV(B) 80º 0.68% 0.87% -
XYZ 43.79 60.83 15.39 -
YUV 188.95 61.44 115.2 -
System Red Green Blue C M Y K H S L
Decimal 171 221 71 0.23 0 0.68 0.13 80 0.69 0.57
Hex AB DD 47 17 0 44 D 50 45 39
Octal 253 335 107 27 0 104 15 120 105 71
Binary 10101011 11011101 1000111 10111 0 1000100 1101 1010000 1000101 111001

Color Harmonies of #ABDD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD47

Black with #ABDD47

Text Example


Text Example

White with #ABDD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD47; }

 p { color: rgb(171,221,71); }

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

background-color css

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

 a { background-color: rgb(171,221,71); }

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

border-color css

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

 span { border-color: rgb(171,221,71); }

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