Shades of Pear #CFF440
Tints of Pear #CFF440
RGB
CMYK
RGB Variations
Color information
#CFF440 (or 0xCFF440) is known color: Pear. HEX triplet: CF, F4 and 40. RGB value is (207,244,64). Sum of RGB (Red+Green+Blue) = 207+244+64=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF440 is #300BBF. Grayscale: #D5D5D5. Windows color (decimal): -3148736 or 4256975. OLE color: 4256975.
HSL color Cylindrical-coordinate representation of color #CFF440: hue angle of 72.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF440 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 64 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.04 |
| HSL | 72.33º | 0.89% | 0.6% | - |
| HSV(B) | 72.33º | 0.74% | 0.96% | - |
| XYZ | 59.01 | 78.34 | 16.86 | - |
| YUV | 212.42 | 44.24 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 64 | 0.15 | 0 | 0.74 | 0.04 | 72.33 | 0.89 | 0.6 |
| Hex | CF | F4 | 40 | F | 0 | 4A | 4 | 48 | 59 | 3C |
| Octal | 317 | 364 | 100 | 17 | 0 | 112 | 4 | 110 | 131 | 74 |
| Binary | 11001111 | 11110100 | 1000000 | 1111 | 0 | 1001010 | 100 | 1001000 | 1011001 | 111100 |
Color Harmonies of #CFF440
Complementary color
Monochromatic Colors of #CFF440
Black with #CFF440
Text Example
Text Example
White with #CFF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF440; }
p { color: rgb(207,244,64); }
H1.HeaderClassName
{
color: #CFF440;
}
.AnyTagClassName
{
color: #CFF440;
}
</style>
background-color css
<style>
a { background-color: #CFF440; }
a { background-color: rgb(207,244,64); }
div.DivClassName
{
background-color: #CFF440;
}
.BgClassName
{
background-color: #CFF440;
}
</style>
border-color css
<style>
span { border-color: #CFF440; }
span { border-color: rgb(207,244,64); }
td.TdClassName
{
border-color: #CFF440;
}
.TagClassName
{
border-color: #CFF440;
}
</style>