Shades of Pear #CBF838
Tints of Pear #CBF838
RGB
CMYK
RGB Variations
Color information
#CBF838 (or 0xCBF838) is known color: Pear. HEX triplet: CB, F8 and 38. RGB value is (203,248,56). Sum of RGB (Red+Green+Blue) = 203+248+56=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF838 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF838 is #3407C7. Grayscale: #D5D5D5. Windows color (decimal): -3409864 or 3733707. OLE color: 3733707.
HSL color Cylindrical-coordinate representation of color #CBF838: hue angle of 74.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBF838 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.03 |
| HSL | 74.06º | 0.93% | 0.6% | - |
| HSV(B) | 74.06º | 0.77% | 0.97% | - |
| XYZ | 58.91 | 80.12 | 16.1 | - |
| YUV | 212.66 | 39.59 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 56 | 0.18 | 0 | 0.77 | 0.03 | 74.06 | 0.93 | 0.6 |
| Hex | CB | F8 | 38 | 12 | 0 | 4D | 3 | 4A | 5D | 3C |
| Octal | 313 | 370 | 70 | 22 | 0 | 115 | 3 | 112 | 135 | 74 |
| Binary | 11001011 | 11111000 | 111000 | 10010 | 0 | 1001101 | 11 | 1001010 | 1011101 | 111100 |
Color Harmonies of #CBF838
Complementary color
Monochromatic Colors of #CBF838
Black with #CBF838
Text Example
Text Example
White with #CBF838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF838; }
p { color: rgb(203,248,56); }
H1.HeaderClassName
{
color: #CBF838;
}
.AnyTagClassName
{
color: #CBF838;
}
</style>
background-color css
<style>
a { background-color: #CBF838; }
a { background-color: rgb(203,248,56); }
div.DivClassName
{
background-color: #CBF838;
}
.BgClassName
{
background-color: #CBF838;
}
</style>
border-color css
<style>
span { border-color: #CBF838; }
span { border-color: rgb(203,248,56); }
td.TdClassName
{
border-color: #CBF838;
}
.TagClassName
{
border-color: #CBF838;
}
</style>