Shades of Pear #CEE714
Tints of Pear #CEE714
RGB
CMYK
RGB Variations
Color information
#CEE714 (or 0xCEE714) is known color: Pear. HEX triplet: CE, E7 and 14. RGB value is (206,231,20). Sum of RGB (Red+Green+Blue) = 206+231+20=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE714 is #3118EB. Grayscale: #C8C8C8. Windows color (decimal): -3217644 or 1370062. OLE color: 1370062.
HSL color Cylindrical-coordinate representation of color #CEE714: hue angle of 67.11º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE714 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 20 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.09 |
| HSL | 67.11º | 0.84% | 0.49% | - |
| HSV(B) | 67.11º | 0.91% | 0.91% | - |
| XYZ | 54.16 | 70.32 | 11.38 | - |
| YUV | 199.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 20 | 0.11 | 0 | 0.91 | 0.09 | 67.11 | 0.84 | 0.49 |
| Hex | CE | E7 | 14 | B | 0 | 5B | 9 | 43 | 54 | 31 |
| Octal | 316 | 347 | 24 | 13 | 0 | 133 | 11 | 103 | 124 | 61 |
| Binary | 11001110 | 11100111 | 10100 | 1011 | 0 | 1011011 | 1001 | 1000011 | 1010100 | 110001 |
Color Harmonies of #CEE714
Complementary color
Monochromatic Colors of #CEE714
Black with #CEE714
Text Example
Text Example
White with #CEE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE714; }
p { color: rgb(206,231,20); }
H1.HeaderClassName
{
color: #CEE714;
}
.AnyTagClassName
{
color: #CEE714;
}
</style>
background-color css
<style>
a { background-color: #CEE714; }
a { background-color: rgb(206,231,20); }
div.DivClassName
{
background-color: #CEE714;
}
.BgClassName
{
background-color: #CEE714;
}
</style>
border-color css
<style>
span { border-color: #CEE714; }
span { border-color: rgb(206,231,20); }
td.TdClassName
{
border-color: #CEE714;
}
.TagClassName
{
border-color: #CEE714;
}
</style>