Shades of Pear #CEE530
Tints of Pear #CEE530
RGB
CMYK
RGB Variations
Color information
#CEE530 (or 0xCEE530) is known color: Pear. HEX triplet: CE, E5 and 30. RGB value is (206,229,48). Sum of RGB (Red+Green+Blue) = 206+229+48=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE530 is #311ACF. Grayscale: #CACACA. Windows color (decimal): -3218128 or 3204558. OLE color: 3204558.
HSL color Cylindrical-coordinate representation of color #CEE530: hue angle of 67.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEE530 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 48 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.10 |
| HSL | 67.62º | 0.78% | 0.54% | - |
| HSV(B) | 67.62º | 0.79% | 0.9% | - |
| XYZ | 54.01 | 69.37 | 13.34 | - |
| YUV | 201.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 48 | 0.10 | 0 | 0.79 | 0.10 | 67.62 | 0.78 | 0.54 |
| Hex | CE | E5 | 30 | A | 0 | 4F | A | 44 | 4E | 36 |
| Octal | 316 | 345 | 60 | 12 | 0 | 117 | 12 | 104 | 116 | 66 |
| Binary | 11001110 | 11100101 | 110000 | 1010 | 0 | 1001111 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CEE530
Complementary color
Monochromatic Colors of #CEE530
Black with #CEE530
Text Example
Text Example
White with #CEE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE530; }
p { color: rgb(206,229,48); }
H1.HeaderClassName
{
color: #CEE530;
}
.AnyTagClassName
{
color: #CEE530;
}
</style>
background-color css
<style>
a { background-color: #CEE530; }
a { background-color: rgb(206,229,48); }
div.DivClassName
{
background-color: #CEE530;
}
.BgClassName
{
background-color: #CEE530;
}
</style>
border-color css
<style>
span { border-color: #CEE530; }
span { border-color: rgb(206,229,48); }
td.TdClassName
{
border-color: #CEE530;
}
.TagClassName
{
border-color: #CEE530;
}
</style>