Shades of Pear #CBF325
Tints of Pear #CBF325
RGB
CMYK
RGB Variations
Color information
#CBF325 (or 0xCBF325) is known color: Pear. HEX triplet: CB, F3 and 25. RGB value is (203,243,37). Sum of RGB (Red+Green+Blue) = 203+243+37=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF325 is #340CDA. Grayscale: #D0D0D0. Windows color (decimal): -3411163 or 2487243. OLE color: 2487243.
HSL color Cylindrical-coordinate representation of color #CBF325: hue angle of 71.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBF325 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.05 |
| HSL | 71.65º | 0.9% | 0.55% | - |
| HSV(B) | 71.65º | 0.85% | 0.95% | - |
| XYZ | 57.01 | 76.93 | 13.59 | - |
| YUV | 207.56 | 31.75 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 37 | 0.16 | 0 | 0.85 | 0.05 | 71.65 | 0.9 | 0.55 |
| Hex | CB | F3 | 25 | 10 | 0 | 55 | 5 | 48 | 5A | 37 |
| Octal | 313 | 363 | 45 | 20 | 0 | 125 | 5 | 110 | 132 | 67 |
| Binary | 11001011 | 11110011 | 100101 | 10000 | 0 | 1010101 | 101 | 1001000 | 1011010 | 110111 |
Color Harmonies of #CBF325
Complementary color
Monochromatic Colors of #CBF325
Black with #CBF325
Text Example
Text Example
White with #CBF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF325; }
p { color: rgb(203,243,37); }
H1.HeaderClassName
{
color: #CBF325;
}
.AnyTagClassName
{
color: #CBF325;
}
</style>
background-color css
<style>
a { background-color: #CBF325; }
a { background-color: rgb(203,243,37); }
div.DivClassName
{
background-color: #CBF325;
}
.BgClassName
{
background-color: #CBF325;
}
</style>
border-color css
<style>
span { border-color: #CBF325; }
span { border-color: rgb(203,243,37); }
td.TdClassName
{
border-color: #CBF325;
}
.TagClassName
{
border-color: #CBF325;
}
</style>