Shades of Pear #CBDF25
Tints of Pear #CBDF25
RGB
CMYK
RGB Variations
Color information
#CBDF25 (or 0xCBDF25) is known color: Pear. HEX triplet: CB, DF and 25. RGB value is (203,223,37). Sum of RGB (Red+Green+Blue) = 203+223+37=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF25 is #3420DA. Grayscale: #C4C4C4. Windows color (decimal): -3416283 or 2482123. OLE color: 2482123.
HSL color Cylindrical-coordinate representation of color #CBDF25: hue angle of 66.45º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBDF25 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 37 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.13 |
| HSL | 66.45º | 0.74% | 0.51% | - |
| HSV(B) | 66.45º | 0.83% | 0.87% | - |
| XYZ | 51.35 | 65.61 | 11.71 | - |
| YUV | 195.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 37 | 0.09 | 0 | 0.83 | 0.13 | 66.45 | 0.74 | 0.51 |
| Hex | CB | DF | 25 | 9 | 0 | 53 | D | 42 | 4A | 33 |
| Octal | 313 | 337 | 45 | 11 | 0 | 123 | 15 | 102 | 112 | 63 |
| Binary | 11001011 | 11011111 | 100101 | 1001 | 0 | 1010011 | 1101 | 1000010 | 1001010 | 110011 |
Color Harmonies of #CBDF25
Complementary color
Monochromatic Colors of #CBDF25
Black with #CBDF25
Text Example
Text Example
White with #CBDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF25; }
p { color: rgb(203,223,37); }
H1.HeaderClassName
{
color: #CBDF25;
}
.AnyTagClassName
{
color: #CBDF25;
}
</style>
background-color css
<style>
a { background-color: #CBDF25; }
a { background-color: rgb(203,223,37); }
div.DivClassName
{
background-color: #CBDF25;
}
.BgClassName
{
background-color: #CBDF25;
}
</style>
border-color css
<style>
span { border-color: #CBDF25; }
span { border-color: rgb(203,223,37); }
td.TdClassName
{
border-color: #CBDF25;
}
.TagClassName
{
border-color: #CBDF25;
}
</style>