Shades of Pear #CEF04B
Tints of Pear #CEF04B
RGB
CMYK
RGB Variations
Color information
#CEF04B (or 0xCEF04B) is known color: Pear. HEX triplet: CE, F0 and 4B. RGB value is (206,240,75). Sum of RGB (Red+Green+Blue) = 206+240+75=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF04B is #310FB4. Grayscale: #D3D3D3. Windows color (decimal): -3215285 or 4976846. OLE color: 4976846.
HSL color Cylindrical-coordinate representation of color #CEF04B: hue angle of 72.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEF04B is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 75 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.06 |
| HSL | 72.36º | 0.85% | 0.62% | - |
| HSV(B) | 72.36º | 0.69% | 0.94% | - |
| XYZ | 57.88 | 75.95 | 18.27 | - |
| YUV | 211.02 | 51.24 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 75 | 0.14 | 0 | 0.69 | 0.06 | 72.36 | 0.85 | 0.62 |
| Hex | CE | F0 | 4B | E | 0 | 45 | 6 | 48 | 55 | 3E |
| Octal | 316 | 360 | 113 | 16 | 0 | 105 | 6 | 110 | 125 | 76 |
| Binary | 11001110 | 11110000 | 1001011 | 1110 | 0 | 1000101 | 110 | 1001000 | 1010101 | 111110 |
Color Harmonies of #CEF04B
Complementary color
Monochromatic Colors of #CEF04B
Black with #CEF04B
Text Example
Text Example
White with #CEF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF04B; }
p { color: rgb(206,240,75); }
H1.HeaderClassName
{
color: #CEF04B;
}
.AnyTagClassName
{
color: #CEF04B;
}
</style>
background-color css
<style>
a { background-color: #CEF04B; }
a { background-color: rgb(206,240,75); }
div.DivClassName
{
background-color: #CEF04B;
}
.BgClassName
{
background-color: #CEF04B;
}
</style>
border-color css
<style>
span { border-color: #CEF04B; }
span { border-color: rgb(206,240,75); }
td.TdClassName
{
border-color: #CEF04B;
}
.TagClassName
{
border-color: #CEF04B;
}
</style>