Shades of Pear #CFF544
Tints of Pear #CFF544
RGB
CMYK
RGB Variations
Color information
#CFF544 (or 0xCFF544) is known color: Pear. HEX triplet: CF, F5 and 44. RGB value is (207,245,68). Sum of RGB (Red+Green+Blue) = 207+245+68=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF544 is #300ABB. Grayscale: #D6D6D6. Windows color (decimal): -3148476 or 4519375. OLE color: 4519375.
HSL color Cylindrical-coordinate representation of color #CFF544: hue angle of 72.88º degrees, saturation: 0.9, 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 #CFF544 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 72.88º | 0.9% | 0.61% | - |
| HSV(B) | 72.88º | 0.72% | 0.96% | - |
| XYZ | 59.43 | 78.99 | 17.58 | - |
| YUV | 213.46 | 45.91 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 68 | 0.16 | 0 | 0.72 | 0.04 | 72.88 | 0.9 | 0.61 |
| Hex | CF | F5 | 44 | 10 | 0 | 48 | 4 | 49 | 5A | 3D |
| Octal | 317 | 365 | 104 | 20 | 0 | 110 | 4 | 111 | 132 | 75 |
| Binary | 11001111 | 11110101 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011010 | 111101 |
Color Harmonies of #CFF544
Complementary color
Monochromatic Colors of #CFF544
Black with #CFF544
Text Example
Text Example
White with #CFF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF544; }
p { color: rgb(207,245,68); }
H1.HeaderClassName
{
color: #CFF544;
}
.AnyTagClassName
{
color: #CFF544;
}
</style>
background-color css
<style>
a { background-color: #CFF544; }
a { background-color: rgb(207,245,68); }
div.DivClassName
{
background-color: #CFF544;
}
.BgClassName
{
background-color: #CFF544;
}
</style>
border-color css
<style>
span { border-color: #CFF544; }
span { border-color: rgb(207,245,68); }
td.TdClassName
{
border-color: #CFF544;
}
.TagClassName
{
border-color: #CFF544;
}
</style>