Shades of Pear #CFEF45
Tints of Pear #CFEF45
RGB
CMYK
RGB Variations
Color information
#CFEF45 (or 0xCFEF45) is known color: Pear. HEX triplet: CF, EF and 45. RGB value is (207,239,69). Sum of RGB (Red+Green+Blue) = 207+239+69=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF45 is #3010BA. Grayscale: #D2D2D2. Windows color (decimal): -3150011 or 4583375. OLE color: 4583375.
HSL color Cylindrical-coordinate representation of color #CFEF45: hue angle of 71.29º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFEF45 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 69 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.06 |
| HSL | 71.29º | 0.84% | 0.6% | - |
| HSV(B) | 71.29º | 0.71% | 0.94% | - |
| XYZ | 57.67 | 75.43 | 17.15 | - |
| YUV | 210.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 69 | 0.13 | 0 | 0.71 | 0.06 | 71.29 | 0.84 | 0.6 |
| Hex | CF | EF | 45 | D | 0 | 47 | 6 | 47 | 54 | 3C |
| Octal | 317 | 357 | 105 | 15 | 0 | 107 | 6 | 107 | 124 | 74 |
| Binary | 11001111 | 11101111 | 1000101 | 1101 | 0 | 1000111 | 110 | 1000111 | 1010100 | 111100 |
Color Harmonies of #CFEF45
Complementary color
Monochromatic Colors of #CFEF45
Black with #CFEF45
Text Example
Text Example
White with #CFEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF45; }
p { color: rgb(207,239,69); }
H1.HeaderClassName
{
color: #CFEF45;
}
.AnyTagClassName
{
color: #CFEF45;
}
</style>
background-color css
<style>
a { background-color: #CFEF45; }
a { background-color: rgb(207,239,69); }
div.DivClassName
{
background-color: #CFEF45;
}
.BgClassName
{
background-color: #CFEF45;
}
</style>
border-color css
<style>
span { border-color: #CFEF45; }
span { border-color: rgb(207,239,69); }
td.TdClassName
{
border-color: #CFEF45;
}
.TagClassName
{
border-color: #CFEF45;
}
</style>