Shades of Pear #CFF93E
Tints of Pear #CFF93E
RGB
CMYK
RGB Variations
Color information
#CFF93E (or 0xCFF93E) is known color: Pear. HEX triplet: CF, F9 and 3E. RGB value is (207,249,62). Sum of RGB (Red+Green+Blue) = 207+249+62=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF93E is #3006C1. Grayscale: #D7D7D7. Windows color (decimal): -3147458 or 4127183. OLE color: 4127183.
HSL color Cylindrical-coordinate representation of color #CFF93E: hue angle of 73.48º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF93E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 62 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.02 |
| HSL | 73.48º | 0.94% | 0.61% | - |
| HSV(B) | 73.48º | 0.75% | 0.98% | - |
| XYZ | 60.48 | 81.36 | 17.07 | - |
| YUV | 215.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 62 | 0.17 | 0 | 0.75 | 0.02 | 73.48 | 0.94 | 0.61 |
| Hex | CF | F9 | 3E | 11 | 0 | 4B | 2 | 49 | 5E | 3D |
| Octal | 317 | 371 | 76 | 21 | 0 | 113 | 2 | 111 | 136 | 75 |
| Binary | 11001111 | 11111001 | 111110 | 10001 | 0 | 1001011 | 10 | 1001001 | 1011110 | 111101 |
Color Harmonies of #CFF93E
Complementary color
Monochromatic Colors of #CFF93E
Black with #CFF93E
Text Example
Text Example
White with #CFF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF93E; }
p { color: rgb(207,249,62); }
H1.HeaderClassName
{
color: #CFF93E;
}
.AnyTagClassName
{
color: #CFF93E;
}
</style>
background-color css
<style>
a { background-color: #CFF93E; }
a { background-color: rgb(207,249,62); }
div.DivClassName
{
background-color: #CFF93E;
}
.BgClassName
{
background-color: #CFF93E;
}
</style>
border-color css
<style>
span { border-color: #CFF93E; }
span { border-color: rgb(207,249,62); }
td.TdClassName
{
border-color: #CFF93E;
}
.TagClassName
{
border-color: #CFF93E;
}
</style>