Shades of Pear #CFF237
Tints of Pear #CFF237
RGB
CMYK
RGB Variations
Color information
#CFF237 (or 0xCFF237) is known color: Pear. HEX triplet: CF, F2 and 37. RGB value is (207,242,55). Sum of RGB (Red+Green+Blue) = 207+242+55=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 55 (21.88% from 255 or 10.91% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF237 is #300DC8. Grayscale: #D2D2D2. Windows color (decimal): -3149257 or 3666639. OLE color: 3666639.
HSL color Cylindrical-coordinate representation of color #CFF237: hue angle of 71.23º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFF237 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 55 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 71.23º | 0.88% | 0.58% | - |
| HSV(B) | 71.23º | 0.77% | 0.95% | - |
| XYZ | 58.17 | 77.05 | 15.42 | - |
| YUV | 210.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 55 | 0.14 | 0 | 0.77 | 0.05 | 71.23 | 0.88 | 0.58 |
| Hex | CF | F2 | 37 | E | 0 | 4D | 5 | 47 | 58 | 3A |
| Octal | 317 | 362 | 67 | 16 | 0 | 115 | 5 | 107 | 130 | 72 |
| Binary | 11001111 | 11110010 | 110111 | 1110 | 0 | 1001101 | 101 | 1000111 | 1011000 | 111010 |
Color Harmonies of #CFF237
Complementary color
Monochromatic Colors of #CFF237
Black with #CFF237
Text Example
Text Example
White with #CFF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF237; }
p { color: rgb(207,242,55); }
H1.HeaderClassName
{
color: #CFF237;
}
.AnyTagClassName
{
color: #CFF237;
}
</style>
background-color css
<style>
a { background-color: #CFF237; }
a { background-color: rgb(207,242,55); }
div.DivClassName
{
background-color: #CFF237;
}
.BgClassName
{
background-color: #CFF237;
}
</style>
border-color css
<style>
span { border-color: #CFF237; }
span { border-color: rgb(207,242,55); }
td.TdClassName
{
border-color: #CFF237;
}
.TagClassName
{
border-color: #CFF237;
}
</style>