Shades of Conifer #CBEF50
Tints of Conifer #CBEF50
RGB
CMYK
RGB Variations
Color information
#CBEF50 (or 0xCBEF50) is known color: Conifer. HEX triplet: CB, EF and 50. RGB value is (203,239,80). Sum of RGB (Red+Green+Blue) = 203+239+80=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF50 is #3410AF. Grayscale: #D2D2D2. Windows color (decimal): -3412144 or 5304267. OLE color: 5304267.
HSL color Cylindrical-coordinate representation of color #CBEF50: hue angle of 73.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBEF50 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 80 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.06 |
| HSL | 73.58º | 0.83% | 0.63% | - |
| HSV(B) | 73.58º | 0.67% | 0.94% | - |
| XYZ | 56.94 | 75.01 | 19.07 | - |
| YUV | 210.11 | 54.57 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 80 | 0.15 | 0 | 0.67 | 0.06 | 73.58 | 0.83 | 0.63 |
| Hex | CB | EF | 50 | F | 0 | 43 | 6 | 4A | 53 | 3F |
| Octal | 313 | 357 | 120 | 17 | 0 | 103 | 6 | 112 | 123 | 77 |
| Binary | 11001011 | 11101111 | 1010000 | 1111 | 0 | 1000011 | 110 | 1001010 | 1010011 | 111111 |
Color Harmonies of #CBEF50
Complementary color
Monochromatic Colors of #CBEF50
Black with #CBEF50
Text Example
Text Example
White with #CBEF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF50; }
p { color: rgb(203,239,80); }
H1.HeaderClassName
{
color: #CBEF50;
}
.AnyTagClassName
{
color: #CBEF50;
}
</style>
background-color css
<style>
a { background-color: #CBEF50; }
a { background-color: rgb(203,239,80); }
div.DivClassName
{
background-color: #CBEF50;
}
.BgClassName
{
background-color: #CBEF50;
}
</style>
border-color css
<style>
span { border-color: #CBEF50; }
span { border-color: rgb(203,239,80); }
td.TdClassName
{
border-color: #CBEF50;
}
.TagClassName
{
border-color: #CBEF50;
}
</style>