Shades of Conifer #C9F252
Tints of Conifer #C9F252
RGB
CMYK
RGB Variations
Color information
#C9F252 (or 0xC9F252) is known color: Conifer. HEX triplet: C9, F2 and 52. RGB value is (201,242,82). Sum of RGB (Red+Green+Blue) = 201+242+82=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F252 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F252 is #360DAD. Grayscale: #D4D4D4. Windows color (decimal): -3542446 or 5436105. OLE color: 5436105.
HSL color Cylindrical-coordinate representation of color #C9F252: hue angle of 75.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9F252 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 82 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.05 |
| HSL | 75.38º | 0.86% | 0.64% | - |
| HSV(B) | 75.38º | 0.66% | 0.95% | - |
| XYZ | 57.36 | 76.53 | 19.73 | - |
| YUV | 211.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 82 | 0.17 | 0 | 0.66 | 0.05 | 75.38 | 0.86 | 0.64 |
| Hex | C9 | F2 | 52 | 11 | 0 | 42 | 5 | 4B | 56 | 40 |
| Octal | 311 | 362 | 122 | 21 | 0 | 102 | 5 | 113 | 126 | 100 |
| Binary | 11001001 | 11110010 | 1010010 | 10001 | 0 | 1000010 | 101 | 1001011 | 1010110 | 1000000 |
Color Harmonies of #C9F252
Complementary color
Monochromatic Colors of #C9F252
Black with #C9F252
Text Example
Text Example
White with #C9F252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F252; }
p { color: rgb(201,242,82); }
H1.HeaderClassName
{
color: #C9F252;
}
.AnyTagClassName
{
color: #C9F252;
}
</style>
background-color css
<style>
a { background-color: #C9F252; }
a { background-color: rgb(201,242,82); }
div.DivClassName
{
background-color: #C9F252;
}
.BgClassName
{
background-color: #C9F252;
}
</style>
border-color css
<style>
span { border-color: #C9F252; }
span { border-color: rgb(201,242,82); }
td.TdClassName
{
border-color: #C9F252;
}
.TagClassName
{
border-color: #C9F252;
}
</style>