Shades of Pear #CFEF25
Tints of Pear #CFEF25
RGB
CMYK
RGB Variations
Color information
#CFEF25 (or 0xCFEF25) is known color: Pear. HEX triplet: CF, EF and 25. RGB value is (207,239,37). Sum of RGB (Red+Green+Blue) = 207+239+37=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 37 (14.84% from 255 or 7.66% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF25 is #3010DA. Grayscale: #CFCFCF. Windows color (decimal): -3150043 or 2486223. OLE color: 2486223.
HSL color Cylindrical-coordinate representation of color #CFEF25: hue angle of 69.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFEF25 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 37 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.06 |
| HSL | 69.5º | 0.86% | 0.54% | - |
| HSV(B) | 69.5º | 0.85% | 0.94% | - |
| XYZ | 56.93 | 75.13 | 13.25 | - |
| YUV | 206.4 | 32.4 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 37 | 0.13 | 0 | 0.85 | 0.06 | 69.5 | 0.86 | 0.54 |
| Hex | CF | EF | 25 | D | 0 | 55 | 6 | 46 | 56 | 36 |
| Octal | 317 | 357 | 45 | 15 | 0 | 125 | 6 | 106 | 126 | 66 |
| Binary | 11001111 | 11101111 | 100101 | 1101 | 0 | 1010101 | 110 | 1000110 | 1010110 | 110110 |
Color Harmonies of #CFEF25
Complementary color
Monochromatic Colors of #CFEF25
Black with #CFEF25
Text Example
Text Example
White with #CFEF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF25; }
p { color: rgb(207,239,37); }
H1.HeaderClassName
{
color: #CFEF25;
}
.AnyTagClassName
{
color: #CFEF25;
}
</style>
background-color css
<style>
a { background-color: #CFEF25; }
a { background-color: rgb(207,239,37); }
div.DivClassName
{
background-color: #CFEF25;
}
.BgClassName
{
background-color: #CFEF25;
}
</style>
border-color css
<style>
span { border-color: #CFEF25; }
span { border-color: rgb(207,239,37); }
td.TdClassName
{
border-color: #CFEF25;
}
.TagClassName
{
border-color: #CFEF25;
}
</style>