Shades of Pear #CBF240
Tints of Pear #CBF240
RGB
CMYK
RGB Variations
Color information
#CBF240 (or 0xCBF240) is known color: Pear. HEX triplet: CB, F2 and 40. RGB value is (203,242,64). Sum of RGB (Red+Green+Blue) = 203+242+64=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF240 is #340DBF. Grayscale: #D2D2D2. Windows color (decimal): -3411392 or 4256459. OLE color: 4256459.
HSL color Cylindrical-coordinate representation of color #CBF240: hue angle of 73.15º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBF240 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 64 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.05 |
| HSL | 73.15º | 0.87% | 0.6% | - |
| HSV(B) | 73.15º | 0.74% | 0.95% | - |
| XYZ | 57.31 | 76.57 | 16.61 | - |
| YUV | 210.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 64 | 0.16 | 0 | 0.74 | 0.05 | 73.15 | 0.87 | 0.6 |
| Hex | CB | F2 | 40 | 10 | 0 | 4A | 5 | 49 | 57 | 3C |
| Octal | 313 | 362 | 100 | 20 | 0 | 112 | 5 | 111 | 127 | 74 |
| Binary | 11001011 | 11110010 | 1000000 | 10000 | 0 | 1001010 | 101 | 1001001 | 1010111 | 111100 |
Color Harmonies of #CBF240
Complementary color
Monochromatic Colors of #CBF240
Black with #CBF240
Text Example
Text Example
White with #CBF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF240; }
p { color: rgb(203,242,64); }
H1.HeaderClassName
{
color: #CBF240;
}
.AnyTagClassName
{
color: #CBF240;
}
</style>
background-color css
<style>
a { background-color: #CBF240; }
a { background-color: rgb(203,242,64); }
div.DivClassName
{
background-color: #CBF240;
}
.BgClassName
{
background-color: #CBF240;
}
</style>
border-color css
<style>
span { border-color: #CBF240; }
span { border-color: rgb(203,242,64); }
td.TdClassName
{
border-color: #CBF240;
}
.TagClassName
{
border-color: #CBF240;
}
</style>