Shades of Pear #CBF73C
Tints of Pear #CBF73C
RGB
CMYK
RGB Variations
Color information
#CBF73C (or 0xCBF73C) is known color: Pear. HEX triplet: CB, F7 and 3C. RGB value is (203,247,60). Sum of RGB (Red+Green+Blue) = 203+247+60=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF73C is #3408C3. Grayscale: #D5D5D5. Windows color (decimal): -3410116 or 3995595. OLE color: 3995595.
HSL color Cylindrical-coordinate representation of color #CBF73C: hue angle of 74.12º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF73C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 60 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.03 |
| HSL | 74.12º | 0.92% | 0.6% | - |
| HSV(B) | 74.12º | 0.76% | 0.97% | - |
| XYZ | 58.7 | 79.54 | 16.53 | - |
| YUV | 212.53 | 41.92 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 60 | 0.18 | 0 | 0.76 | 0.03 | 74.12 | 0.92 | 0.6 |
| Hex | CB | F7 | 3C | 12 | 0 | 4C | 3 | 4A | 5C | 3C |
| Octal | 313 | 367 | 74 | 22 | 0 | 114 | 3 | 112 | 134 | 74 |
| Binary | 11001011 | 11110111 | 111100 | 10010 | 0 | 1001100 | 11 | 1001010 | 1011100 | 111100 |
Color Harmonies of #CBF73C
Complementary color
Monochromatic Colors of #CBF73C
Black with #CBF73C
Text Example
Text Example
White with #CBF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF73C; }
p { color: rgb(203,247,60); }
H1.HeaderClassName
{
color: #CBF73C;
}
.AnyTagClassName
{
color: #CBF73C;
}
</style>
background-color css
<style>
a { background-color: #CBF73C; }
a { background-color: rgb(203,247,60); }
div.DivClassName
{
background-color: #CBF73C;
}
.BgClassName
{
background-color: #CBF73C;
}
</style>
border-color css
<style>
span { border-color: #CBF73C; }
span { border-color: rgb(203,247,60); }
td.TdClassName
{
border-color: #CBF73C;
}
.TagClassName
{
border-color: #CBF73C;
}
</style>