Shades of Pear #CFF441
Tints of Pear #CFF441
RGB
CMYK
RGB Variations
Color information
#CFF441 (or 0xCFF441) is known color: Pear. HEX triplet: CF, F4 and 41. RGB value is (207,244,65). Sum of RGB (Red+Green+Blue) = 207+244+65=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 65 (25.78% from 255 or 12.60% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF441 is #300BBE. Grayscale: #D5D5D5. Windows color (decimal): -3148735 or 4322511. OLE color: 4322511.
HSL color Cylindrical-coordinate representation of color #CFF441: hue angle of 72.4º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF441 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.04 |
| HSL | 72.4º | 0.89% | 0.61% | - |
| HSV(B) | 72.4º | 0.73% | 0.96% | - |
| XYZ | 59.04 | 78.35 | 17.01 | - |
| YUV | 212.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 65 | 0.15 | 0 | 0.73 | 0.04 | 72.4 | 0.89 | 0.61 |
| Hex | CF | F4 | 41 | F | 0 | 49 | 4 | 48 | 59 | 3D |
| Octal | 317 | 364 | 101 | 17 | 0 | 111 | 4 | 110 | 131 | 75 |
| Binary | 11001111 | 11110100 | 1000001 | 1111 | 0 | 1001001 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #CFF441
Complementary color
Monochromatic Colors of #CFF441
Black with #CFF441
Text Example
Text Example
White with #CFF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF441; }
p { color: rgb(207,244,65); }
H1.HeaderClassName
{
color: #CFF441;
}
.AnyTagClassName
{
color: #CFF441;
}
</style>
background-color css
<style>
a { background-color: #CFF441; }
a { background-color: rgb(207,244,65); }
div.DivClassName
{
background-color: #CFF441;
}
.BgClassName
{
background-color: #CFF441;
}
</style>
border-color css
<style>
span { border-color: #CFF441; }
span { border-color: rgb(207,244,65); }
td.TdClassName
{
border-color: #CFF441;
}
.TagClassName
{
border-color: #CFF441;
}
</style>