Shades of Pear #CBF625
Tints of Pear #CBF625
RGB
CMYK
RGB Variations
Color information
#CBF625 (or 0xCBF625) is known color: Pear. HEX triplet: CB, F6 and 25. RGB value is (203,246,37). Sum of RGB (Red+Green+Blue) = 203+246+37=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF625 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF625 is #3409DA. Grayscale: #D2D2D2. Windows color (decimal): -3410395 or 2488011. OLE color: 2488011.
HSL color Cylindrical-coordinate representation of color #CBF625: hue angle of 72.34º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF625 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 37 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.04 |
| HSL | 72.34º | 0.92% | 0.55% | - |
| HSV(B) | 72.34º | 0.85% | 0.96% | - |
| XYZ | 57.92 | 78.74 | 13.9 | - |
| YUV | 209.32 | 30.75 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 37 | 0.17 | 0 | 0.85 | 0.04 | 72.34 | 0.92 | 0.55 |
| Hex | CB | F6 | 25 | 11 | 0 | 55 | 4 | 48 | 5C | 37 |
| Octal | 313 | 366 | 45 | 21 | 0 | 125 | 4 | 110 | 134 | 67 |
| Binary | 11001011 | 11110110 | 100101 | 10001 | 0 | 1010101 | 100 | 1001000 | 1011100 | 110111 |
Color Harmonies of #CBF625
Complementary color
Monochromatic Colors of #CBF625
Black with #CBF625
Text Example
Text Example
White with #CBF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF625; }
p { color: rgb(203,246,37); }
H1.HeaderClassName
{
color: #CBF625;
}
.AnyTagClassName
{
color: #CBF625;
}
</style>
background-color css
<style>
a { background-color: #CBF625; }
a { background-color: rgb(203,246,37); }
div.DivClassName
{
background-color: #CBF625;
}
.BgClassName
{
background-color: #CBF625;
}
</style>
border-color css
<style>
span { border-color: #CBF625; }
span { border-color: rgb(203,246,37); }
td.TdClassName
{
border-color: #CBF625;
}
.TagClassName
{
border-color: #CBF625;
}
</style>