Shades of Pear #CFF231
Tints of Pear #CFF231
RGB
CMYK
RGB Variations
Color information
#CFF231 (or 0xCFF231) is known color: Pear. HEX triplet: CF, F2 and 31. RGB value is (207,242,49). Sum of RGB (Red+Green+Blue) = 207+242+49=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF231 is #300DCE. Grayscale: #D2D2D2. Windows color (decimal): -3149263 or 3273423. OLE color: 3273423.
HSL color Cylindrical-coordinate representation of color #CFF231: hue angle of 70.88º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFF231 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 49 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.05 |
| HSL | 70.88º | 0.88% | 0.57% | - |
| HSV(B) | 70.88º | 0.8% | 0.95% | - |
| XYZ | 58.04 | 76.99 | 14.71 | - |
| YUV | 209.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 49 | 0.14 | 0 | 0.80 | 0.05 | 70.88 | 0.88 | 0.57 |
| Hex | CF | F2 | 31 | E | 0 | 50 | 5 | 47 | 58 | 39 |
| Octal | 317 | 362 | 61 | 16 | 0 | 120 | 5 | 107 | 130 | 71 |
| Binary | 11001111 | 11110010 | 110001 | 1110 | 0 | 1010000 | 101 | 1000111 | 1011000 | 111001 |
Color Harmonies of #CFF231
Complementary color
Monochromatic Colors of #CFF231
Black with #CFF231
Text Example
Text Example
White with #CFF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF231; }
p { color: rgb(207,242,49); }
H1.HeaderClassName
{
color: #CFF231;
}
.AnyTagClassName
{
color: #CFF231;
}
</style>
background-color css
<style>
a { background-color: #CFF231; }
a { background-color: rgb(207,242,49); }
div.DivClassName
{
background-color: #CFF231;
}
.BgClassName
{
background-color: #CFF231;
}
</style>
border-color css
<style>
span { border-color: #CFF231; }
span { border-color: rgb(207,242,49); }
td.TdClassName
{
border-color: #CFF231;
}
.TagClassName
{
border-color: #CFF231;
}
</style>