Shades of Pear #CBF840
Tints of Pear #CBF840
RGB
CMYK
RGB Variations
Color information
#CBF840 (or 0xCBF840) is known color: Pear. HEX triplet: CB, F8 and 40. RGB value is (203,248,64). Sum of RGB (Red+Green+Blue) = 203+248+64=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF840 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF840 is #3407BF. Grayscale: #D6D6D6. Windows color (decimal): -3409856 or 4257995. OLE color: 4257995.
HSL color Cylindrical-coordinate representation of color #CBF840: hue angle of 74.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF840 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 64 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.03 |
| HSL | 74.67º | 0.93% | 0.61% | - |
| HSV(B) | 74.67º | 0.74% | 0.97% | - |
| XYZ | 59.12 | 80.2 | 17.21 | - |
| YUV | 213.57 | 43.59 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 64 | 0.18 | 0 | 0.74 | 0.03 | 74.67 | 0.93 | 0.61 |
| Hex | CB | F8 | 40 | 12 | 0 | 4A | 3 | 4B | 5D | 3D |
| Octal | 313 | 370 | 100 | 22 | 0 | 112 | 3 | 113 | 135 | 75 |
| Binary | 11001011 | 11111000 | 1000000 | 10010 | 0 | 1001010 | 11 | 1001011 | 1011101 | 111101 |
Color Harmonies of #CBF840
Complementary color
Monochromatic Colors of #CBF840
Black with #CBF840
Text Example
Text Example
White with #CBF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF840; }
p { color: rgb(203,248,64); }
H1.HeaderClassName
{
color: #CBF840;
}
.AnyTagClassName
{
color: #CBF840;
}
</style>
background-color css
<style>
a { background-color: #CBF840; }
a { background-color: rgb(203,248,64); }
div.DivClassName
{
background-color: #CBF840;
}
.BgClassName
{
background-color: #CBF840;
}
</style>
border-color css
<style>
span { border-color: #CBF840; }
span { border-color: rgb(203,248,64); }
td.TdClassName
{
border-color: #CBF840;
}
.TagClassName
{
border-color: #CBF840;
}
</style>