Shades of Pear #CFF444
Tints of Pear #CFF444
RGB
CMYK
RGB Variations
Color information
#CFF444 (or 0xCFF444) is known color: Pear. HEX triplet: CF, F4 and 44. RGB value is (207,244,68). Sum of RGB (Red+Green+Blue) = 207+244+68=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF444 is #300BBB. Grayscale: #D5D5D5. Windows color (decimal): -3148732 or 4519119. OLE color: 4519119.
HSL color Cylindrical-coordinate representation of color #CFF444: hue angle of 72.61º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF444 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 68 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.04 |
| HSL | 72.61º | 0.89% | 0.61% | - |
| HSV(B) | 72.61º | 0.72% | 0.96% | - |
| XYZ | 59.13 | 78.38 | 17.48 | - |
| YUV | 212.87 | 46.24 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 68 | 0.15 | 0 | 0.72 | 0.04 | 72.61 | 0.89 | 0.61 |
| Hex | CF | F4 | 44 | F | 0 | 48 | 4 | 49 | 59 | 3D |
| Octal | 317 | 364 | 104 | 17 | 0 | 110 | 4 | 111 | 131 | 75 |
| Binary | 11001111 | 11110100 | 1000100 | 1111 | 0 | 1001000 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CFF444
Complementary color
Monochromatic Colors of #CFF444
Black with #CFF444
Text Example
Text Example
White with #CFF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF444; }
p { color: rgb(207,244,68); }
H1.HeaderClassName
{
color: #CFF444;
}
.AnyTagClassName
{
color: #CFF444;
}
</style>
background-color css
<style>
a { background-color: #CFF444; }
a { background-color: rgb(207,244,68); }
div.DivClassName
{
background-color: #CFF444;
}
.BgClassName
{
background-color: #CFF444;
}
</style>
border-color css
<style>
span { border-color: #CFF444; }
span { border-color: rgb(207,244,68); }
td.TdClassName
{
border-color: #CFF444;
}
.TagClassName
{
border-color: #CFF444;
}
</style>