Shades of Pear #CEF335
Tints of Pear #CEF335
RGB
CMYK
RGB Variations
Color information
#CEF335 (or 0xCEF335) is known color: Pear. HEX triplet: CE, F3 and 35. RGB value is (206,243,53). Sum of RGB (Red+Green+Blue) = 206+243+53=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF335 is #310CCA. Grayscale: #D3D3D3. Windows color (decimal): -3214539 or 3535822. OLE color: 3535822.
HSL color Cylindrical-coordinate representation of color #CEF335: hue angle of 71.68º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEF335 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 53 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.05 |
| HSL | 71.68º | 0.89% | 0.58% | - |
| HSV(B) | 71.68º | 0.78% | 0.95% | - |
| XYZ | 58.15 | 77.48 | 15.26 | - |
| YUV | 210.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 53 | 0.15 | 0 | 0.78 | 0.05 | 71.68 | 0.89 | 0.58 |
| Hex | CE | F3 | 35 | F | 0 | 4E | 5 | 48 | 59 | 3A |
| Octal | 316 | 363 | 65 | 17 | 0 | 116 | 5 | 110 | 131 | 72 |
| Binary | 11001110 | 11110011 | 110101 | 1111 | 0 | 1001110 | 101 | 1001000 | 1011001 | 111010 |
Color Harmonies of #CEF335
Complementary color
Monochromatic Colors of #CEF335
Black with #CEF335
Text Example
Text Example
White with #CEF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF335; }
p { color: rgb(206,243,53); }
H1.HeaderClassName
{
color: #CEF335;
}
.AnyTagClassName
{
color: #CEF335;
}
</style>
background-color css
<style>
a { background-color: #CEF335; }
a { background-color: rgb(206,243,53); }
div.DivClassName
{
background-color: #CEF335;
}
.BgClassName
{
background-color: #CEF335;
}
</style>
border-color css
<style>
span { border-color: #CEF335; }
span { border-color: rgb(206,243,53); }
td.TdClassName
{
border-color: #CEF335;
}
.TagClassName
{
border-color: #CEF335;
}
</style>