Shades of Pear #CBF431
Tints of Pear #CBF431
RGB
CMYK
RGB Variations
Color information
#CBF431 (or 0xCBF431) is known color: Pear. HEX triplet: CB, F4 and 31. RGB value is (203,244,49). Sum of RGB (Red+Green+Blue) = 203+244+49=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF431 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF431 is #340BCE. Grayscale: #D2D2D2. Windows color (decimal): -3410895 or 3273931. OLE color: 3273931.
HSL color Cylindrical-coordinate representation of color #CBF431: hue angle of 72.62º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBF431 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.04 |
| HSL | 72.62º | 0.9% | 0.57% | - |
| HSV(B) | 72.62º | 0.8% | 0.96% | - |
| XYZ | 57.53 | 77.62 | 14.86 | - |
| YUV | 209.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 49 | 0.17 | 0 | 0.80 | 0.04 | 72.62 | 0.9 | 0.57 |
| Hex | CB | F4 | 31 | 11 | 0 | 50 | 4 | 49 | 5A | 39 |
| Octal | 313 | 364 | 61 | 21 | 0 | 120 | 4 | 111 | 132 | 71 |
| Binary | 11001011 | 11110100 | 110001 | 10001 | 0 | 1010000 | 100 | 1001001 | 1011010 | 111001 |
Color Harmonies of #CBF431
Complementary color
Monochromatic Colors of #CBF431
Black with #CBF431
Text Example
Text Example
White with #CBF431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF431; }
p { color: rgb(203,244,49); }
H1.HeaderClassName
{
color: #CBF431;
}
.AnyTagClassName
{
color: #CBF431;
}
</style>
background-color css
<style>
a { background-color: #CBF431; }
a { background-color: rgb(203,244,49); }
div.DivClassName
{
background-color: #CBF431;
}
.BgClassName
{
background-color: #CBF431;
}
</style>
border-color css
<style>
span { border-color: #CBF431; }
span { border-color: rgb(203,244,49); }
td.TdClassName
{
border-color: #CBF431;
}
.TagClassName
{
border-color: #CBF431;
}
</style>