Shades of Pear #CFF325
Tints of Pear #CFF325
RGB
CMYK
RGB Variations
Color information
#CFF325 (or 0xCFF325) is known color: Pear. HEX triplet: CF, F3 and 25. RGB value is (207,243,37). Sum of RGB (Red+Green+Blue) = 207+243+37=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF325 is #300CDA. Grayscale: #D1D1D1. Windows color (decimal): -3149019 or 2487247. OLE color: 2487247.
HSL color Cylindrical-coordinate representation of color #CFF325: hue angle of 70.49º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF325 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.49º | 0.9% | 0.55% | - |
| HSV(B) | 70.49º | 0.85% | 0.95% | - |
| XYZ | 58.12 | 77.5 | 13.65 | - |
| YUV | 208.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.49 | 0.9 | 0.55 |
| Hex | CF | F3 | 25 | F | 0 | 55 | 5 | 46 | 5A | 37 |
| Octal | 317 | 363 | 45 | 17 | 0 | 125 | 5 | 106 | 132 | 67 |
| Binary | 11001111 | 11110011 | 100101 | 1111 | 0 | 1010101 | 101 | 1000110 | 1011010 | 110111 |
Color Harmonies of #CFF325
Complementary color
Monochromatic Colors of #CFF325
Black with #CFF325
Text Example
Text Example
White with #CFF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF325; }
p { color: rgb(207,243,37); }
H1.HeaderClassName
{
color: #CFF325;
}
.AnyTagClassName
{
color: #CFF325;
}
</style>
background-color css
<style>
a { background-color: #CFF325; }
a { background-color: rgb(207,243,37); }
div.DivClassName
{
background-color: #CFF325;
}
.BgClassName
{
background-color: #CFF325;
}
</style>
border-color css
<style>
span { border-color: #CFF325; }
span { border-color: rgb(207,243,37); }
td.TdClassName
{
border-color: #CFF325;
}
.TagClassName
{
border-color: #CFF325;
}
</style>