Shades of Pear #CFEC23
Tints of Pear #CFEC23
RGB
CMYK
RGB Variations
Color information
#CFEC23 (or 0xCFEC23) is known color: Pear. HEX triplet: CF, EC and 23. RGB value is (207,236,35). Sum of RGB (Red+Green+Blue) = 207+236+35=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 35 (14.06% from 255 or 7.32% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC23 is #3013DC. Grayscale: #CDCDCD. Windows color (decimal): -3150813 or 2354383. OLE color: 2354383.
HSL color Cylindrical-coordinate representation of color #CFEC23: hue angle of 68.66º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFEC23 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 35 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.07 |
| HSL | 68.66º | 0.84% | 0.53% | - |
| HSV(B) | 68.66º | 0.85% | 0.93% | - |
| XYZ | 56.03 | 73.38 | 12.8 | - |
| YUV | 204.42 | 32.39 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 35 | 0.12 | 0 | 0.85 | 0.07 | 68.66 | 0.84 | 0.53 |
| Hex | CF | EC | 23 | C | 0 | 55 | 7 | 45 | 54 | 35 |
| Octal | 317 | 354 | 43 | 14 | 0 | 125 | 7 | 105 | 124 | 65 |
| Binary | 11001111 | 11101100 | 100011 | 1100 | 0 | 1010101 | 111 | 1000101 | 1010100 | 110101 |
Color Harmonies of #CFEC23
Complementary color
Monochromatic Colors of #CFEC23
Black with #CFEC23
Text Example
Text Example
White with #CFEC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC23; }
p { color: rgb(207,236,35); }
H1.HeaderClassName
{
color: #CFEC23;
}
.AnyTagClassName
{
color: #CFEC23;
}
</style>
background-color css
<style>
a { background-color: #CFEC23; }
a { background-color: rgb(207,236,35); }
div.DivClassName
{
background-color: #CFEC23;
}
.BgClassName
{
background-color: #CFEC23;
}
</style>
border-color css
<style>
span { border-color: #CFEC23; }
span { border-color: rgb(207,236,35); }
td.TdClassName
{
border-color: #CFEC23;
}
.TagClassName
{
border-color: #CFEC23;
}
</style>