Shades of Pear #CFE419
Tints of Pear #CFE419
RGB
CMYK
RGB Variations
Color information
#CFE419 (or 0xCFE419) is known color: Pear. HEX triplet: CF, E4 and 19. RGB value is (207,228,25). Sum of RGB (Red+Green+Blue) = 207+228+25=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 25 (10.16% from 255 or 5.43% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE419 is #301BE6. Grayscale: #C7C7C7. Windows color (decimal): -3152871 or 1696975. OLE color: 1696975.
HSL color Cylindrical-coordinate representation of color #CFE419: hue angle of 66.21º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE419 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.11 |
| HSL | 66.21º | 0.8% | 0.5% | - |
| HSV(B) | 66.21º | 0.89% | 0.89% | - |
| XYZ | 53.65 | 68.82 | 11.38 | - |
| YUV | 198.58 | 30.04 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 25 | 0.09 | 0 | 0.89 | 0.11 | 66.21 | 0.8 | 0.5 |
| Hex | CF | E4 | 19 | 9 | 0 | 59 | B | 42 | 50 | 32 |
| Octal | 317 | 344 | 31 | 11 | 0 | 131 | 13 | 102 | 120 | 62 |
| Binary | 11001111 | 11100100 | 11001 | 1001 | 0 | 1011001 | 1011 | 1000010 | 1010000 | 110010 |
Color Harmonies of #CFE419
Complementary color
Monochromatic Colors of #CFE419
Black with #CFE419
Text Example
Text Example
White with #CFE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE419; }
p { color: rgb(207,228,25); }
H1.HeaderClassName
{
color: #CFE419;
}
.AnyTagClassName
{
color: #CFE419;
}
</style>
background-color css
<style>
a { background-color: #CFE419; }
a { background-color: rgb(207,228,25); }
div.DivClassName
{
background-color: #CFE419;
}
.BgClassName
{
background-color: #CFE419;
}
</style>
border-color css
<style>
span { border-color: #CFE419; }
span { border-color: rgb(207,228,25); }
td.TdClassName
{
border-color: #CFE419;
}
.TagClassName
{
border-color: #CFE419;
}
</style>