Shades of Pear #CFF040
Tints of Pear #CFF040
RGB
CMYK
RGB Variations
Color information
#CFF040 (or 0xCFF040) is known color: Pear. HEX triplet: CF, F0 and 40. RGB value is (207,240,64). Sum of RGB (Red+Green+Blue) = 207+240+64=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF040 is #300FBF. Grayscale: #D2D2D2. Windows color (decimal): -3149760 or 4255951. OLE color: 4255951.
HSL color Cylindrical-coordinate representation of color #CFF040: hue angle of 71.25º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF040 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.06 |
| HSL | 71.25º | 0.85% | 0.6% | - |
| HSV(B) | 71.25º | 0.73% | 0.94% | - |
| XYZ | 57.82 | 75.96 | 16.46 | - |
| YUV | 210.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 64 | 0.14 | 0 | 0.73 | 0.06 | 71.25 | 0.85 | 0.6 |
| Hex | CF | F0 | 40 | E | 0 | 49 | 6 | 47 | 55 | 3C |
| Octal | 317 | 360 | 100 | 16 | 0 | 111 | 6 | 107 | 125 | 74 |
| Binary | 11001111 | 11110000 | 1000000 | 1110 | 0 | 1001001 | 110 | 1000111 | 1010101 | 111100 |
Color Harmonies of #CFF040
Complementary color
Monochromatic Colors of #CFF040
Black with #CFF040
Text Example
Text Example
White with #CFF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF040; }
p { color: rgb(207,240,64); }
H1.HeaderClassName
{
color: #CFF040;
}
.AnyTagClassName
{
color: #CFF040;
}
</style>
background-color css
<style>
a { background-color: #CFF040; }
a { background-color: rgb(207,240,64); }
div.DivClassName
{
background-color: #CFF040;
}
.BgClassName
{
background-color: #CFF040;
}
</style>
border-color css
<style>
span { border-color: #CFF040; }
span { border-color: rgb(207,240,64); }
td.TdClassName
{
border-color: #CFF040;
}
.TagClassName
{
border-color: #CFF040;
}
</style>