Shades of Pear #CBEF2C
Tints of Pear #CBEF2C
RGB
CMYK
RGB Variations
Color information
#CBEF2C (or 0xCBEF2C) is known color: Pear. HEX triplet: CB, EF and 2C. RGB value is (203,239,44). Sum of RGB (Red+Green+Blue) = 203+239+44=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF2C is #3410D3. Grayscale: #CECECE. Windows color (decimal): -3412180 or 2944971. OLE color: 2944971.
HSL color Cylindrical-coordinate representation of color #CBEF2C: hue angle of 71.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBEF2C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 44 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.06 |
| HSL | 71.08º | 0.86% | 0.55% | - |
| HSV(B) | 71.08º | 0.82% | 0.94% | - |
| XYZ | 55.95 | 74.61 | 13.84 | - |
| YUV | 206.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 44 | 0.15 | 0 | 0.82 | 0.06 | 71.08 | 0.86 | 0.55 |
| Hex | CB | EF | 2C | F | 0 | 52 | 6 | 47 | 56 | 37 |
| Octal | 313 | 357 | 54 | 17 | 0 | 122 | 6 | 107 | 126 | 67 |
| Binary | 11001011 | 11101111 | 101100 | 1111 | 0 | 1010010 | 110 | 1000111 | 1010110 | 110111 |
Color Harmonies of #CBEF2C
Complementary color
Monochromatic Colors of #CBEF2C
Black with #CBEF2C
Text Example
Text Example
White with #CBEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF2C; }
p { color: rgb(203,239,44); }
H1.HeaderClassName
{
color: #CBEF2C;
}
.AnyTagClassName
{
color: #CBEF2C;
}
</style>
background-color css
<style>
a { background-color: #CBEF2C; }
a { background-color: rgb(203,239,44); }
div.DivClassName
{
background-color: #CBEF2C;
}
.BgClassName
{
background-color: #CBEF2C;
}
</style>
border-color css
<style>
span { border-color: #CBEF2C; }
span { border-color: rgb(203,239,44); }
td.TdClassName
{
border-color: #CBEF2C;
}
.TagClassName
{
border-color: #CBEF2C;
}
</style>