Shades of Conifer #CBF14D
Tints of Conifer #CBF14D
RGB
CMYK
RGB Variations
Color information
#CBF14D (or 0xCBF14D) is known color: Conifer. HEX triplet: CB, F1 and 4D. RGB value is (203,241,77). Sum of RGB (Red+Green+Blue) = 203+241+77=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF14D is #340EB2. Grayscale: #D3D3D3. Windows color (decimal): -3411635 or 5108171. OLE color: 5108171.
HSL color Cylindrical-coordinate representation of color #CBF14D: hue angle of 73.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBF14D is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 77 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.05 |
| HSL | 73.9º | 0.85% | 0.62% | - |
| HSV(B) | 73.9º | 0.68% | 0.95% | - |
| XYZ | 57.42 | 76.14 | 18.69 | - |
| YUV | 210.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 77 | 0.16 | 0 | 0.68 | 0.05 | 73.9 | 0.85 | 0.62 |
| Hex | CB | F1 | 4D | 10 | 0 | 44 | 5 | 4A | 55 | 3E |
| Octal | 313 | 361 | 115 | 20 | 0 | 104 | 5 | 112 | 125 | 76 |
| Binary | 11001011 | 11110001 | 1001101 | 10000 | 0 | 1000100 | 101 | 1001010 | 1010101 | 111110 |
Color Harmonies of #CBF14D
Complementary color
Monochromatic Colors of #CBF14D
Black with #CBF14D
Text Example
Text Example
White with #CBF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF14D; }
p { color: rgb(203,241,77); }
H1.HeaderClassName
{
color: #CBF14D;
}
.AnyTagClassName
{
color: #CBF14D;
}
</style>
background-color css
<style>
a { background-color: #CBF14D; }
a { background-color: rgb(203,241,77); }
div.DivClassName
{
background-color: #CBF14D;
}
.BgClassName
{
background-color: #CBF14D;
}
</style>
border-color css
<style>
span { border-color: #CBF14D; }
span { border-color: rgb(203,241,77); }
td.TdClassName
{
border-color: #CBF14D;
}
.TagClassName
{
border-color: #CBF14D;
}
</style>