Shades of Pear #CFF028
Tints of Pear #CFF028
RGB
CMYK
RGB Variations
Color information
#CFF028 (or 0xCFF028) is known color: Pear. HEX triplet: CF, F0 and 28. RGB value is (207,240,40). Sum of RGB (Red+Green+Blue) = 207+240+40=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 40 (16.02% from 255 or 8.21% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF028 is #300FD7. Grayscale: #D0D0D0. Windows color (decimal): -3149784 or 2683087. OLE color: 2683087.
HSL color Cylindrical-coordinate representation of color #CFF028: hue angle of 69.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF028 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.06 |
| HSL | 69.9º | 0.87% | 0.55% | - |
| HSV(B) | 69.9º | 0.83% | 0.94% | - |
| XYZ | 57.28 | 75.74 | 13.61 | - |
| YUV | 207.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 40 | 0.14 | 0 | 0.83 | 0.06 | 69.9 | 0.87 | 0.55 |
| Hex | CF | F0 | 28 | E | 0 | 53 | 6 | 46 | 57 | 37 |
| Octal | 317 | 360 | 50 | 16 | 0 | 123 | 6 | 106 | 127 | 67 |
| Binary | 11001111 | 11110000 | 101000 | 1110 | 0 | 1010011 | 110 | 1000110 | 1010111 | 110111 |
Color Harmonies of #CFF028
Complementary color
Monochromatic Colors of #CFF028
Black with #CFF028
Text Example
Text Example
White with #CFF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF028; }
p { color: rgb(207,240,40); }
H1.HeaderClassName
{
color: #CFF028;
}
.AnyTagClassName
{
color: #CFF028;
}
</style>
background-color css
<style>
a { background-color: #CFF028; }
a { background-color: rgb(207,240,40); }
div.DivClassName
{
background-color: #CFF028;
}
.BgClassName
{
background-color: #CFF028;
}
</style>
border-color css
<style>
span { border-color: #CFF028; }
span { border-color: rgb(207,240,40); }
td.TdClassName
{
border-color: #CFF028;
}
.TagClassName
{
border-color: #CFF028;
}
</style>