Shades of Pear #CBF13C
Tints of Pear #CBF13C
RGB
CMYK
RGB Variations
Color information
#CBF13C (or 0xCBF13C) is known color: Pear. HEX triplet: CB, F1 and 3C. RGB value is (203,241,60). Sum of RGB (Red+Green+Blue) = 203+241+60=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF13C is #340EC3. Grayscale: #D1D1D1. Windows color (decimal): -3411652 or 3994059. OLE color: 3994059.
HSL color Cylindrical-coordinate representation of color #CBF13C: hue angle of 72.6º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBF13C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 60 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.05 |
| HSL | 72.6º | 0.87% | 0.59% | - |
| HSV(B) | 72.6º | 0.75% | 0.95% | - |
| XYZ | 56.9 | 75.93 | 15.93 | - |
| YUV | 209 | 43.91 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 60 | 0.16 | 0 | 0.75 | 0.05 | 72.6 | 0.87 | 0.59 |
| Hex | CB | F1 | 3C | 10 | 0 | 4B | 5 | 49 | 57 | 3B |
| Octal | 313 | 361 | 74 | 20 | 0 | 113 | 5 | 111 | 127 | 73 |
| Binary | 11001011 | 11110001 | 111100 | 10000 | 0 | 1001011 | 101 | 1001001 | 1010111 | 111011 |
Color Harmonies of #CBF13C
Complementary color
Monochromatic Colors of #CBF13C
Black with #CBF13C
Text Example
Text Example
White with #CBF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF13C; }
p { color: rgb(203,241,60); }
H1.HeaderClassName
{
color: #CBF13C;
}
.AnyTagClassName
{
color: #CBF13C;
}
</style>
background-color css
<style>
a { background-color: #CBF13C; }
a { background-color: rgb(203,241,60); }
div.DivClassName
{
background-color: #CBF13C;
}
.BgClassName
{
background-color: #CBF13C;
}
</style>
border-color css
<style>
span { border-color: #CBF13C; }
span { border-color: rgb(203,241,60); }
td.TdClassName
{
border-color: #CBF13C;
}
.TagClassName
{
border-color: #CBF13C;
}
</style>