Shades of Pear #CFF230
Tints of Pear #CFF230
RGB
CMYK
RGB Variations
Color information
#CFF230 (or 0xCFF230) is known color: Pear. HEX triplet: CF, F2 and 30. RGB value is (207,242,48). Sum of RGB (Red+Green+Blue) = 207+242+48=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF230 is #300DCF. Grayscale: #D2D2D2. Windows color (decimal): -3149264 or 3207887. OLE color: 3207887.
HSL color Cylindrical-coordinate representation of color #CFF230: hue angle of 70.82º 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 #CFF230 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 48 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.05 |
| HSL | 70.82º | 0.88% | 0.57% | - |
| HSV(B) | 70.82º | 0.8% | 0.95% | - |
| XYZ | 58.02 | 76.98 | 14.6 | - |
| YUV | 209.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 48 | 0.14 | 0 | 0.80 | 0.05 | 70.82 | 0.88 | 0.57 |
| Hex | CF | F2 | 30 | E | 0 | 50 | 5 | 47 | 58 | 39 |
| Octal | 317 | 362 | 60 | 16 | 0 | 120 | 5 | 107 | 130 | 71 |
| Binary | 11001111 | 11110010 | 110000 | 1110 | 0 | 1010000 | 101 | 1000111 | 1011000 | 111001 |
Color Harmonies of #CFF230
Complementary color
Monochromatic Colors of #CFF230
Black with #CFF230
Text Example
Text Example
White with #CFF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF230; }
p { color: rgb(207,242,48); }
H1.HeaderClassName
{
color: #CFF230;
}
.AnyTagClassName
{
color: #CFF230;
}
</style>
background-color css
<style>
a { background-color: #CFF230; }
a { background-color: rgb(207,242,48); }
div.DivClassName
{
background-color: #CFF230;
}
.BgClassName
{
background-color: #CFF230;
}
</style>
border-color css
<style>
span { border-color: #CFF230; }
span { border-color: rgb(207,242,48); }
td.TdClassName
{
border-color: #CFF230;
}
.TagClassName
{
border-color: #CFF230;
}
</style>