Shades of Pear #CBEF38
Tints of Pear #CBEF38
RGB
CMYK
RGB Variations
Color information
#CBEF38 (or 0xCBEF38) is known color: Pear. HEX triplet: CB, EF and 38. RGB value is (203,239,56). Sum of RGB (Red+Green+Blue) = 203+239+56=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF38 is #3410C7. Grayscale: #D0D0D0. Windows color (decimal): -3412168 or 3731403. OLE color: 3731403.
HSL color Cylindrical-coordinate representation of color #CBEF38: hue angle of 71.8º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBEF38 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 56 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.06 |
| HSL | 71.8º | 0.85% | 0.58% | - |
| HSV(B) | 71.8º | 0.77% | 0.94% | - |
| XYZ | 56.21 | 74.72 | 15.2 | - |
| YUV | 207.37 | 42.57 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 56 | 0.15 | 0 | 0.77 | 0.06 | 71.8 | 0.85 | 0.58 |
| Hex | CB | EF | 38 | F | 0 | 4D | 6 | 48 | 55 | 3A |
| Octal | 313 | 357 | 70 | 17 | 0 | 115 | 6 | 110 | 125 | 72 |
| Binary | 11001011 | 11101111 | 111000 | 1111 | 0 | 1001101 | 110 | 1001000 | 1010101 | 111010 |
Color Harmonies of #CBEF38
Complementary color
Monochromatic Colors of #CBEF38
Black with #CBEF38
Text Example
Text Example
White with #CBEF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF38; }
p { color: rgb(203,239,56); }
H1.HeaderClassName
{
color: #CBEF38;
}
.AnyTagClassName
{
color: #CBEF38;
}
</style>
background-color css
<style>
a { background-color: #CBEF38; }
a { background-color: rgb(203,239,56); }
div.DivClassName
{
background-color: #CBEF38;
}
.BgClassName
{
background-color: #CBEF38;
}
</style>
border-color css
<style>
span { border-color: #CBEF38; }
span { border-color: rgb(203,239,56); }
td.TdClassName
{
border-color: #CBEF38;
}
.TagClassName
{
border-color: #CBEF38;
}
</style>