Shades of Pear #CBF230
Tints of Pear #CBF230
RGB
CMYK
RGB Variations
Color information
#CBF230 (or 0xCBF230) is known color: Pear. HEX triplet: CB, F2 and 30. RGB value is (203,242,48). Sum of RGB (Red+Green+Blue) = 203+242+48=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF230 is #340DCF. Grayscale: #D0D0D0. Windows color (decimal): -3411408 or 3207883. OLE color: 3207883.
HSL color Cylindrical-coordinate representation of color #CBF230: hue angle of 72.06º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF230 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 72.06º | 0.88% | 0.57% | - |
| HSV(B) | 72.06º | 0.8% | 0.95% | - |
| XYZ | 56.91 | 76.41 | 14.55 | - |
| YUV | 208.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 48 | 0.16 | 0 | 0.80 | 0.05 | 72.06 | 0.88 | 0.57 |
| Hex | CB | F2 | 30 | 10 | 0 | 50 | 5 | 48 | 58 | 39 |
| Octal | 313 | 362 | 60 | 20 | 0 | 120 | 5 | 110 | 130 | 71 |
| Binary | 11001011 | 11110010 | 110000 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011000 | 111001 |
Color Harmonies of #CBF230
Complementary color
Monochromatic Colors of #CBF230
Black with #CBF230
Text Example
Text Example
White with #CBF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF230; }
p { color: rgb(203,242,48); }
H1.HeaderClassName
{
color: #CBF230;
}
.AnyTagClassName
{
color: #CBF230;
}
</style>
background-color css
<style>
a { background-color: #CBF230; }
a { background-color: rgb(203,242,48); }
div.DivClassName
{
background-color: #CBF230;
}
.BgClassName
{
background-color: #CBF230;
}
</style>
border-color css
<style>
span { border-color: #CBF230; }
span { border-color: rgb(203,242,48); }
td.TdClassName
{
border-color: #CBF230;
}
.TagClassName
{
border-color: #CBF230;
}
</style>