Shades of Pear #CBE628
Tints of Pear #CBE628
RGB
CMYK
RGB Variations
Color information
#CBE628 (or 0xCBE628) is known color: Pear. HEX triplet: CB, E6 and 28. RGB value is (203,230,40). Sum of RGB (Red+Green+Blue) = 203+230+40=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE628 is #3419D7. Grayscale: #C9C9C9. Windows color (decimal): -3414488 or 2680523. OLE color: 2680523.
HSL color Cylindrical-coordinate representation of color #CBE628: hue angle of 68.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBE628 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.10 |
| HSL | 68.53º | 0.79% | 0.53% | - |
| HSV(B) | 68.53º | 0.83% | 0.9% | - |
| XYZ | 53.31 | 69.44 | 12.6 | - |
| YUV | 200.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 40 | 0.12 | 0 | 0.83 | 0.10 | 68.53 | 0.79 | 0.53 |
| Hex | CB | E6 | 28 | C | 0 | 53 | A | 45 | 4F | 35 |
| Octal | 313 | 346 | 50 | 14 | 0 | 123 | 12 | 105 | 117 | 65 |
| Binary | 11001011 | 11100110 | 101000 | 1100 | 0 | 1010011 | 1010 | 1000101 | 1001111 | 110101 |
Color Harmonies of #CBE628
Complementary color
Monochromatic Colors of #CBE628
Black with #CBE628
Text Example
Text Example
White with #CBE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE628; }
p { color: rgb(203,230,40); }
H1.HeaderClassName
{
color: #CBE628;
}
.AnyTagClassName
{
color: #CBE628;
}
</style>
background-color css
<style>
a { background-color: #CBE628; }
a { background-color: rgb(203,230,40); }
div.DivClassName
{
background-color: #CBE628;
}
.BgClassName
{
background-color: #CBE628;
}
</style>
border-color css
<style>
span { border-color: #CBE628; }
span { border-color: rgb(203,230,40); }
td.TdClassName
{
border-color: #CBE628;
}
.TagClassName
{
border-color: #CBE628;
}
</style>