Shades of Pear #CFE511
Tints of Pear #CFE511
RGB
CMYK
RGB Variations
Color information
#CFE511 (or 0xCFE511) is known color: Pear. HEX triplet: CF, E5 and 11. RGB value is (207,229,17). Sum of RGB (Red+Green+Blue) = 207+229+17=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE511 is #301AEE. Grayscale: #C7C7C7. Windows color (decimal): -3152623 or 1172943. OLE color: 1172943.
HSL color Cylindrical-coordinate representation of color #CFE511: hue angle of 66.23º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFE511 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.10 |
| HSL | 66.23º | 0.86% | 0.48% | - |
| HSV(B) | 66.23º | 0.93% | 0.9% | - |
| XYZ | 53.85 | 69.34 | 11.08 | - |
| YUV | 198.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 17 | 0.10 | 0 | 0.93 | 0.10 | 66.23 | 0.86 | 0.48 |
| Hex | CF | E5 | 11 | A | 0 | 5D | A | 42 | 56 | 30 |
| Octal | 317 | 345 | 21 | 12 | 0 | 135 | 12 | 102 | 126 | 60 |
| Binary | 11001111 | 11100101 | 10001 | 1010 | 0 | 1011101 | 1010 | 1000010 | 1010110 | 110000 |
Color Harmonies of #CFE511
Complementary color
Monochromatic Colors of #CFE511
Black with #CFE511
Text Example
Text Example
White with #CFE511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE511; }
p { color: rgb(207,229,17); }
H1.HeaderClassName
{
color: #CFE511;
}
.AnyTagClassName
{
color: #CFE511;
}
</style>
background-color css
<style>
a { background-color: #CFE511; }
a { background-color: rgb(207,229,17); }
div.DivClassName
{
background-color: #CFE511;
}
.BgClassName
{
background-color: #CFE511;
}
</style>
border-color css
<style>
span { border-color: #CFE511; }
span { border-color: rgb(207,229,17); }
td.TdClassName
{
border-color: #CFE511;
}
.TagClassName
{
border-color: #CFE511;
}
</style>