Shades of Conifer #ABCD4B
Tints of Conifer #ABCD4B
RGB
CMYK
RGB Variations
Color information
#ABCD4B (or 0xABCD4B) is known color: Conifer. HEX triplet: AB, CD and 4B. RGB value is (171,205,75). Sum of RGB (Red+Green+Blue) = 171+205+75=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD4B is #5432B4. Grayscale: #B4B4B4. Windows color (decimal): -5518005 or 4967851. OLE color: 4967851.
HSL color Cylindrical-coordinate representation of color #ABCD4B: hue angle of 75.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABCD4B is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 75 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.20 |
| HSL | 75.69º | 0.57% | 0.55% | - |
| HSV(B) | 75.69º | 0.63% | 0.8% | - |
| XYZ | 39.9 | 52.83 | 14.75 | - |
| YUV | 180.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 75 | 0.17 | 0 | 0.63 | 0.20 | 75.69 | 0.57 | 0.55 |
| Hex | AB | CD | 4B | 11 | 0 | 3F | 14 | 4C | 39 | 37 |
| Octal | 253 | 315 | 113 | 21 | 0 | 77 | 24 | 114 | 71 | 67 |
| Binary | 10101011 | 11001101 | 1001011 | 10001 | 0 | 111111 | 10100 | 1001100 | 111001 | 110111 |
Color Harmonies of #ABCD4B
Complementary color
Monochromatic Colors of #ABCD4B
Black with #ABCD4B
Text Example
Text Example
White with #ABCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD4B; }
p { color: rgb(171,205,75); }
H1.HeaderClassName
{
color: #ABCD4B;
}
.AnyTagClassName
{
color: #ABCD4B;
}
</style>
background-color css
<style>
a { background-color: #ABCD4B; }
a { background-color: rgb(171,205,75); }
div.DivClassName
{
background-color: #ABCD4B;
}
.BgClassName
{
background-color: #ABCD4B;
}
</style>
border-color css
<style>
span { border-color: #ABCD4B; }
span { border-color: rgb(171,205,75); }
td.TdClassName
{
border-color: #ABCD4B;
}
.TagClassName
{
border-color: #ABCD4B;
}
</style>