Shades of Pear #CFE025
Tints of Pear #CFE025
RGB
CMYK
RGB Variations
Color information
#CFE025 (or 0xCFE025) is known color: Pear. HEX triplet: CF, E0 and 25. RGB value is (207,224,37). Sum of RGB (Red+Green+Blue) = 207+224+37=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE025 is #301FDA. Grayscale: #C6C6C6. Windows color (decimal): -3153883 or 2482383. OLE color: 2482383.
HSL color Cylindrical-coordinate representation of color #CFE025: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE025 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 37 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.12 |
| HSL | 65.45º | 0.75% | 0.51% | - |
| HSV(B) | 65.45º | 0.83% | 0.88% | - |
| XYZ | 52.72 | 66.71 | 11.85 | - |
| YUV | 197.6 | 37.37 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 37 | 0.08 | 0 | 0.83 | 0.12 | 65.45 | 0.75 | 0.51 |
| Hex | CF | E0 | 25 | 8 | 0 | 53 | C | 41 | 4B | 33 |
| Octal | 317 | 340 | 45 | 10 | 0 | 123 | 14 | 101 | 113 | 63 |
| Binary | 11001111 | 11100000 | 100101 | 1000 | 0 | 1010011 | 1100 | 1000001 | 1001011 | 110011 |
Color Harmonies of #CFE025
Complementary color
Monochromatic Colors of #CFE025
Black with #CFE025
Text Example
Text Example
White with #CFE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE025; }
p { color: rgb(207,224,37); }
H1.HeaderClassName
{
color: #CFE025;
}
.AnyTagClassName
{
color: #CFE025;
}
</style>
background-color css
<style>
a { background-color: #CFE025; }
a { background-color: rgb(207,224,37); }
div.DivClassName
{
background-color: #CFE025;
}
.BgClassName
{
background-color: #CFE025;
}
</style>
border-color css
<style>
span { border-color: #CFE025; }
span { border-color: rgb(207,224,37); }
td.TdClassName
{
border-color: #CFE025;
}
.TagClassName
{
border-color: #CFE025;
}
</style>