Shades of Pear #CEF23D
Tints of Pear #CEF23D
RGB
CMYK
RGB Variations
Color information
#CEF23D (or 0xCEF23D) is known color: Pear. HEX triplet: CE, F2 and 3D. RGB value is (206,242,61). Sum of RGB (Red+Green+Blue) = 206+242+61=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF23D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF23D is #310DC2. Grayscale: #D3D3D3. Windows color (decimal): -3214787 or 4059854. OLE color: 4059854.
HSL color Cylindrical-coordinate representation of color #CEF23D: hue angle of 71.93º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEF23D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.05 |
| HSL | 71.93º | 0.87% | 0.59% | - |
| HSV(B) | 71.93º | 0.75% | 0.95% | - |
| XYZ | 58.05 | 76.96 | 16.21 | - |
| YUV | 210.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 61 | 0.15 | 0 | 0.75 | 0.05 | 71.93 | 0.87 | 0.59 |
| Hex | CE | F2 | 3D | F | 0 | 4B | 5 | 48 | 57 | 3B |
| Octal | 316 | 362 | 75 | 17 | 0 | 113 | 5 | 110 | 127 | 73 |
| Binary | 11001110 | 11110010 | 111101 | 1111 | 0 | 1001011 | 101 | 1001000 | 1010111 | 111011 |
Color Harmonies of #CEF23D
Complementary color
Monochromatic Colors of #CEF23D
Black with #CEF23D
Text Example
Text Example
White with #CEF23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF23D; }
p { color: rgb(206,242,61); }
H1.HeaderClassName
{
color: #CEF23D;
}
.AnyTagClassName
{
color: #CEF23D;
}
</style>
background-color css
<style>
a { background-color: #CEF23D; }
a { background-color: rgb(206,242,61); }
div.DivClassName
{
background-color: #CEF23D;
}
.BgClassName
{
background-color: #CEF23D;
}
</style>
border-color css
<style>
span { border-color: #CEF23D; }
span { border-color: rgb(206,242,61); }
td.TdClassName
{
border-color: #CEF23D;
}
.TagClassName
{
border-color: #CEF23D;
}
</style>