Shades of Pear #CBF538
Tints of Pear #CBF538
RGB
CMYK
RGB Variations
Color information
#CBF538 (or 0xCBF538) is known color: Pear. HEX triplet: CB, F5 and 38. RGB value is (203,245,56). Sum of RGB (Red+Green+Blue) = 203+245+56=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 56 (22.27% from 255 or 11.11% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF538 is #340AC7. Grayscale: #D3D3D3. Windows color (decimal): -3410632 or 3732939. OLE color: 3732939.
HSL color Cylindrical-coordinate representation of color #CBF538: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBF538 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 245 | 56 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.04 |
| HSL | 73.33º | 0.9% | 0.59% | - |
| HSV(B) | 73.33º | 0.77% | 0.96% | - |
| XYZ | 57.99 | 78.29 | 15.8 | - |
| YUV | 210.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 245 | 56 | 0.17 | 0 | 0.77 | 0.04 | 73.33 | 0.9 | 0.59 |
| Hex | CB | F5 | 38 | 11 | 0 | 4D | 4 | 49 | 5A | 3B |
| Octal | 313 | 365 | 70 | 21 | 0 | 115 | 4 | 111 | 132 | 73 |
| Binary | 11001011 | 11110101 | 111000 | 10001 | 0 | 1001101 | 100 | 1001001 | 1011010 | 111011 |
Color Harmonies of #CBF538
Complementary color
Monochromatic Colors of #CBF538
Black with #CBF538
Text Example
Text Example
White with #CBF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF538; }
p { color: rgb(203,245,56); }
H1.HeaderClassName
{
color: #CBF538;
}
.AnyTagClassName
{
color: #CBF538;
}
</style>
background-color css
<style>
a { background-color: #CBF538; }
a { background-color: rgb(203,245,56); }
div.DivClassName
{
background-color: #CBF538;
}
.BgClassName
{
background-color: #CBF538;
}
</style>
border-color css
<style>
span { border-color: #CBF538; }
span { border-color: rgb(203,245,56); }
td.TdClassName
{
border-color: #CBF538;
}
.TagClassName
{
border-color: #CBF538;
}
</style>