Shades of Pear #CFF535
Tints of Pear #CFF535
RGB
CMYK
RGB Variations
Color information
#CFF535 (or 0xCFF535) is known color: Pear. HEX triplet: CF, F5 and 35. RGB value is (207,245,53). Sum of RGB (Red+Green+Blue) = 207+245+53=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF535 is #300ACA. Grayscale: #D4D4D4. Windows color (decimal): -3148491 or 3536335. OLE color: 3536335.
HSL color Cylindrical-coordinate representation of color #CFF535: hue angle of 71.88º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF535 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 53 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.04 |
| HSL | 71.88º | 0.91% | 0.58% | - |
| HSV(B) | 71.88º | 0.78% | 0.96% | - |
| XYZ | 59.03 | 78.83 | 15.47 | - |
| YUV | 211.75 | 38.41 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 53 | 0.16 | 0 | 0.78 | 0.04 | 71.88 | 0.91 | 0.58 |
| Hex | CF | F5 | 35 | 10 | 0 | 4E | 4 | 48 | 5B | 3A |
| Octal | 317 | 365 | 65 | 20 | 0 | 116 | 4 | 110 | 133 | 72 |
| Binary | 11001111 | 11110101 | 110101 | 10000 | 0 | 1001110 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CFF535
Complementary color
Monochromatic Colors of #CFF535
Black with #CFF535
Text Example
Text Example
White with #CFF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF535; }
p { color: rgb(207,245,53); }
H1.HeaderClassName
{
color: #CFF535;
}
.AnyTagClassName
{
color: #CFF535;
}
</style>
background-color css
<style>
a { background-color: #CFF535; }
a { background-color: rgb(207,245,53); }
div.DivClassName
{
background-color: #CFF535;
}
.BgClassName
{
background-color: #CFF535;
}
</style>
border-color css
<style>
span { border-color: #CFF535; }
span { border-color: rgb(207,245,53); }
td.TdClassName
{
border-color: #CFF535;
}
.TagClassName
{
border-color: #CFF535;
}
</style>