Shades of Pear #CFE411
Tints of Pear #CFE411
RGB
CMYK
RGB Variations
Color information
#CFE411 (or 0xCFE411) is known color: Pear. HEX triplet: CF, E4 and 11. RGB value is (207,228,17). Sum of RGB (Red+Green+Blue) = 207+228+17=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE411 is #301BEE. Grayscale: #C6C6C6. Windows color (decimal): -3152879 or 1172687. OLE color: 1172687.
HSL color Cylindrical-coordinate representation of color #CFE411: hue angle of 65.97º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE411 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 17 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.11 |
| HSL | 65.97º | 0.86% | 0.48% | - |
| HSV(B) | 65.97º | 0.93% | 0.89% | - |
| XYZ | 53.58 | 68.79 | 10.98 | - |
| YUV | 197.67 | 26.04 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 17 | 0.09 | 0 | 0.93 | 0.11 | 65.97 | 0.86 | 0.48 |
| Hex | CF | E4 | 11 | 9 | 0 | 5D | B | 42 | 56 | 30 |
| Octal | 317 | 344 | 21 | 11 | 0 | 135 | 13 | 102 | 126 | 60 |
| Binary | 11001111 | 11100100 | 10001 | 1001 | 0 | 1011101 | 1011 | 1000010 | 1010110 | 110000 |
Color Harmonies of #CFE411
Complementary color
Monochromatic Colors of #CFE411
Black with #CFE411
Text Example
Text Example
White with #CFE411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE411; }
p { color: rgb(207,228,17); }
H1.HeaderClassName
{
color: #CFE411;
}
.AnyTagClassName
{
color: #CFE411;
}
</style>
background-color css
<style>
a { background-color: #CFE411; }
a { background-color: rgb(207,228,17); }
div.DivClassName
{
background-color: #CFE411;
}
.BgClassName
{
background-color: #CFE411;
}
</style>
border-color css
<style>
span { border-color: #CFE411; }
span { border-color: rgb(207,228,17); }
td.TdClassName
{
border-color: #CFE411;
}
.TagClassName
{
border-color: #CFE411;
}
</style>