Shades of Pear #CFF540
Tints of Pear #CFF540
RGB
CMYK
RGB Variations
Color information
#CFF540 (or 0xCFF540) is known color: Pear. HEX triplet: CF, F5 and 40. RGB value is (207,245,64). Sum of RGB (Red+Green+Blue) = 207+245+64=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF540 is #300ABF. Grayscale: #D5D5D5. Windows color (decimal): -3148480 or 4257231. OLE color: 4257231.
HSL color Cylindrical-coordinate representation of color #CFF540: hue angle of 72.6º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF540 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 64 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 72.6º | 0.9% | 0.61% | - |
| HSV(B) | 72.6º | 0.74% | 0.96% | - |
| XYZ | 59.31 | 78.94 | 16.96 | - |
| YUV | 213 | 43.91 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 64 | 0.16 | 0 | 0.74 | 0.04 | 72.6 | 0.9 | 0.61 |
| Hex | CF | F5 | 40 | 10 | 0 | 4A | 4 | 49 | 5A | 3D |
| Octal | 317 | 365 | 100 | 20 | 0 | 112 | 4 | 111 | 132 | 75 |
| Binary | 11001111 | 11110101 | 1000000 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011010 | 111101 |
Color Harmonies of #CFF540
Complementary color
Monochromatic Colors of #CFF540
Black with #CFF540
Text Example
Text Example
White with #CFF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF540; }
p { color: rgb(207,245,64); }
H1.HeaderClassName
{
color: #CFF540;
}
.AnyTagClassName
{
color: #CFF540;
}
</style>
background-color css
<style>
a { background-color: #CFF540; }
a { background-color: rgb(207,245,64); }
div.DivClassName
{
background-color: #CFF540;
}
.BgClassName
{
background-color: #CFF540;
}
</style>
border-color css
<style>
span { border-color: #CFF540; }
span { border-color: rgb(207,245,64); }
td.TdClassName
{
border-color: #CFF540;
}
.TagClassName
{
border-color: #CFF540;
}
</style>