Shades of Pear #CFF425
Tints of Pear #CFF425
RGB
CMYK
RGB Variations
Color information
#CFF425 (or 0xCFF425) is known color: Pear. HEX triplet: CF, F4 and 25. RGB value is (207,244,37). Sum of RGB (Red+Green+Blue) = 207+244+37=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF425 is #300BDA. Grayscale: #D2D2D2. Windows color (decimal): -3148763 or 2487503. OLE color: 2487503.
HSL color Cylindrical-coordinate representation of color #CFF425: hue angle of 70.72º degrees, saturation: 0.9, 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 #CFF425 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.04 |
| HSL | 70.72º | 0.9% | 0.55% | - |
| HSV(B) | 70.72º | 0.85% | 0.96% | - |
| XYZ | 58.42 | 78.1 | 13.75 | - |
| YUV | 209.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 37 | 0.15 | 0 | 0.85 | 0.04 | 70.72 | 0.9 | 0.55 |
| Hex | CF | F4 | 25 | F | 0 | 55 | 4 | 47 | 5A | 37 |
| Octal | 317 | 364 | 45 | 17 | 0 | 125 | 4 | 107 | 132 | 67 |
| Binary | 11001111 | 11110100 | 100101 | 1111 | 0 | 1010101 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CFF425
Complementary color
Monochromatic Colors of #CFF425
Black with #CFF425
Text Example
Text Example
White with #CFF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF425; }
p { color: rgb(207,244,37); }
H1.HeaderClassName
{
color: #CFF425;
}
.AnyTagClassName
{
color: #CFF425;
}
</style>
background-color css
<style>
a { background-color: #CFF425; }
a { background-color: rgb(207,244,37); }
div.DivClassName
{
background-color: #CFF425;
}
.BgClassName
{
background-color: #CFF425;
}
</style>
border-color css
<style>
span { border-color: #CFF425; }
span { border-color: rgb(207,244,37); }
td.TdClassName
{
border-color: #CFF425;
}
.TagClassName
{
border-color: #CFF425;
}
</style>