Shades of Conifer #CBFE4C
Tints of Conifer #CBFE4C
RGB
CMYK
RGB Variations
Color information
#CBFE4C (or 0xCBFE4C) is known color: Conifer. HEX triplet: CB, FE and 4C. RGB value is (203,254,76). Sum of RGB (Red+Green+Blue) = 203+254+76=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE4C is #3401B3. Grayscale: #DBDBDB. Windows color (decimal): -3408308 or 5045963. OLE color: 5045963.
HSL color Cylindrical-coordinate representation of color #CBFE4C: hue angle of 77.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBFE4C is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 76 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.00 |
| HSL | 77.19º | 0.99% | 0.65% | - |
| HSV(B) | 77.19º | 0.7% | 1% | - |
| XYZ | 61.37 | 84.1 | 19.84 | - |
| YUV | 218.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 76 | 0.20 | 0 | 0.70 | 0.00 | 77.19 | 0.99 | 0.65 |
| Hex | CB | FE | 4C | 14 | 0 | 46 | 0 | 4D | 63 | 41 |
| Octal | 313 | 376 | 114 | 24 | 0 | 106 | 0 | 115 | 143 | 101 |
| Binary | 11001011 | 11111110 | 1001100 | 10100 | 0 | 1000110 | 0 | 1001101 | 1100011 | 1000001 |
Color Harmonies of #CBFE4C
Complementary color
Monochromatic Colors of #CBFE4C
Black with #CBFE4C
Text Example
Text Example
White with #CBFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE4C; }
p { color: rgb(203,254,76); }
H1.HeaderClassName
{
color: #CBFE4C;
}
.AnyTagClassName
{
color: #CBFE4C;
}
</style>
background-color css
<style>
a { background-color: #CBFE4C; }
a { background-color: rgb(203,254,76); }
div.DivClassName
{
background-color: #CBFE4C;
}
.BgClassName
{
background-color: #CBFE4C;
}
</style>
border-color css
<style>
span { border-color: #CBFE4C; }
span { border-color: rgb(203,254,76); }
td.TdClassName
{
border-color: #CBFE4C;
}
.TagClassName
{
border-color: #CBFE4C;
}
</style>