Shades of Conifer #CBF44D
Tints of Conifer #CBF44D
RGB
CMYK
RGB Variations
Color information
#CBF44D (or 0xCBF44D) is known color: Conifer. HEX triplet: CB, F4 and 4D. RGB value is (203,244,77). Sum of RGB (Red+Green+Blue) = 203+244+77=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF44D is #340BB2. Grayscale: #D5D5D5. Windows color (decimal): -3410867 or 5108939. OLE color: 5108939.
HSL color Cylindrical-coordinate representation of color #CBF44D: hue angle of 74.73º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBF44D is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 77 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.04 |
| HSL | 74.73º | 0.88% | 0.63% | - |
| HSV(B) | 74.73º | 0.68% | 0.96% | - |
| XYZ | 58.32 | 77.93 | 18.99 | - |
| YUV | 212.7 | 51.42 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 77 | 0.17 | 0 | 0.68 | 0.04 | 74.73 | 0.88 | 0.63 |
| Hex | CB | F4 | 4D | 11 | 0 | 44 | 4 | 4B | 58 | 3F |
| Octal | 313 | 364 | 115 | 21 | 0 | 104 | 4 | 113 | 130 | 77 |
| Binary | 11001011 | 11110100 | 1001101 | 10001 | 0 | 1000100 | 100 | 1001011 | 1011000 | 111111 |
Color Harmonies of #CBF44D
Complementary color
Monochromatic Colors of #CBF44D
Black with #CBF44D
Text Example
Text Example
White with #CBF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF44D; }
p { color: rgb(203,244,77); }
H1.HeaderClassName
{
color: #CBF44D;
}
.AnyTagClassName
{
color: #CBF44D;
}
</style>
background-color css
<style>
a { background-color: #CBF44D; }
a { background-color: rgb(203,244,77); }
div.DivClassName
{
background-color: #CBF44D;
}
.BgClassName
{
background-color: #CBF44D;
}
</style>
border-color css
<style>
span { border-color: #CBF44D; }
span { border-color: rgb(203,244,77); }
td.TdClassName
{
border-color: #CBF44D;
}
.TagClassName
{
border-color: #CBF44D;
}
</style>