Shades of Pear #CFF019
Tints of Pear #CFF019
RGB
CMYK
RGB Variations
Color information
#CFF019 (or 0xCFF019) is known color: Pear. HEX triplet: CF, F0 and 19. RGB value is (207,240,25). Sum of RGB (Red+Green+Blue) = 207+240+25=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF019 is #300FE6. Grayscale: #CECECE. Windows color (decimal): -3149799 or 1700047. OLE color: 1700047.
HSL color Cylindrical-coordinate representation of color #CFF019: hue angle of 69.21º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFF019 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 25 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.06 |
| HSL | 69.21º | 0.88% | 0.52% | - |
| HSV(B) | 69.21º | 0.9% | 0.94% | - |
| XYZ | 57.07 | 75.66 | 12.51 | - |
| YUV | 205.62 | 26.07 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 25 | 0.14 | 0 | 0.90 | 0.06 | 69.21 | 0.88 | 0.52 |
| Hex | CF | F0 | 19 | E | 0 | 5A | 6 | 45 | 58 | 34 |
| Octal | 317 | 360 | 31 | 16 | 0 | 132 | 6 | 105 | 130 | 64 |
| Binary | 11001111 | 11110000 | 11001 | 1110 | 0 | 1011010 | 110 | 1000101 | 1011000 | 110100 |
Color Harmonies of #CFF019
Complementary color
Monochromatic Colors of #CFF019
Black with #CFF019
Text Example
Text Example
White with #CFF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF019; }
p { color: rgb(207,240,25); }
H1.HeaderClassName
{
color: #CFF019;
}
.AnyTagClassName
{
color: #CFF019;
}
</style>
background-color css
<style>
a { background-color: #CFF019; }
a { background-color: rgb(207,240,25); }
div.DivClassName
{
background-color: #CFF019;
}
.BgClassName
{
background-color: #CFF019;
}
</style>
border-color css
<style>
span { border-color: #CFF019; }
span { border-color: rgb(207,240,25); }
td.TdClassName
{
border-color: #CFF019;
}
.TagClassName
{
border-color: #CFF019;
}
</style>