Shades of Pear #CFE036
Tints of Pear #CFE036
RGB
CMYK
RGB Variations
Color information
#CFE036 (or 0xCFE036) is known color: Pear. HEX triplet: CF, E0 and 36. RGB value is (207,224,54). Sum of RGB (Red+Green+Blue) = 207+224+54=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE036 is #301FC9. Grayscale: #C8C8C8. Windows color (decimal): -3153866 or 3596495. OLE color: 3596495.
HSL color Cylindrical-coordinate representation of color #CFE036: hue angle of 66º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFE036 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 54 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 66º | 0.73% | 0.55% | - |
| HSV(B) | 66º | 0.76% | 0.88% | - |
| XYZ | 53.05 | 66.84 | 13.6 | - |
| YUV | 199.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 54 | 0.08 | 0 | 0.76 | 0.12 | 66 | 0.73 | 0.55 |
| Hex | CF | E0 | 36 | 8 | 0 | 4C | C | 42 | 49 | 37 |
| Octal | 317 | 340 | 66 | 10 | 0 | 114 | 14 | 102 | 111 | 67 |
| Binary | 11001111 | 11100000 | 110110 | 1000 | 0 | 1001100 | 1100 | 1000010 | 1001001 | 110111 |
Color Harmonies of #CFE036
Complementary color
Monochromatic Colors of #CFE036
Black with #CFE036
Text Example
Text Example
White with #CFE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE036; }
p { color: rgb(207,224,54); }
H1.HeaderClassName
{
color: #CFE036;
}
.AnyTagClassName
{
color: #CFE036;
}
</style>
background-color css
<style>
a { background-color: #CFE036; }
a { background-color: rgb(207,224,54); }
div.DivClassName
{
background-color: #CFE036;
}
.BgClassName
{
background-color: #CFE036;
}
</style>
border-color css
<style>
span { border-color: #CFE036; }
span { border-color: rgb(207,224,54); }
td.TdClassName
{
border-color: #CFE036;
}
.TagClassName
{
border-color: #CFE036;
}
</style>