Shades of Pear #CFF525
Tints of Pear #CFF525
RGB
CMYK
RGB Variations
Color information
#CFF525 (or 0xCFF525) is known color: Pear. HEX triplet: CF, F5 and 25. RGB value is (207,245,37). Sum of RGB (Red+Green+Blue) = 207+245+37=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 37 (14.84% from 255 or 7.57% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF525 is #300ADA. Grayscale: #D2D2D2. Windows color (decimal): -3148507 or 2487759. OLE color: 2487759.
HSL color Cylindrical-coordinate representation of color #CFF525: hue angle of 70.96º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF525 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 70.96º | 0.91% | 0.55% | - |
| HSV(B) | 70.96º | 0.85% | 0.96% | - |
| XYZ | 58.72 | 78.7 | 13.85 | - |
| YUV | 209.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 37 | 0.16 | 0 | 0.85 | 0.04 | 70.96 | 0.91 | 0.55 |
| Hex | CF | F5 | 25 | 10 | 0 | 55 | 4 | 47 | 5B | 37 |
| Octal | 317 | 365 | 45 | 20 | 0 | 125 | 4 | 107 | 133 | 67 |
| Binary | 11001111 | 11110101 | 100101 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011011 | 110111 |
Color Harmonies of #CFF525
Complementary color
Monochromatic Colors of #CFF525
Black with #CFF525
Text Example
Text Example
White with #CFF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF525; }
p { color: rgb(207,245,37); }
H1.HeaderClassName
{
color: #CFF525;
}
.AnyTagClassName
{
color: #CFF525;
}
</style>
background-color css
<style>
a { background-color: #CFF525; }
a { background-color: rgb(207,245,37); }
div.DivClassName
{
background-color: #CFF525;
}
.BgClassName
{
background-color: #CFF525;
}
</style>
border-color css
<style>
span { border-color: #CFF525; }
span { border-color: rgb(207,245,37); }
td.TdClassName
{
border-color: #CFF525;
}
.TagClassName
{
border-color: #CFF525;
}
</style>