Shades of Pear #CFF238
Tints of Pear #CFF238
RGB
CMYK
RGB Variations
Color information
#CFF238 (or 0xCFF238) is known color: Pear. HEX triplet: CF, F2 and 38. RGB value is (207,242,56). Sum of RGB (Red+Green+Blue) = 207+242+56=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 56 (22.27% from 255 or 11.09% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF238 is #300DC7. Grayscale: #D3D3D3. Windows color (decimal): -3149256 or 3732175. OLE color: 3732175.
HSL color Cylindrical-coordinate representation of color #CFF238: hue angle of 71.29º 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 #CFF238 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 56 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.05 |
| HSL | 71.29º | 0.88% | 0.58% | - |
| HSV(B) | 71.29º | 0.77% | 0.95% | - |
| XYZ | 58.2 | 77.06 | 15.55 | - |
| YUV | 210.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 56 | 0.14 | 0 | 0.77 | 0.05 | 71.29 | 0.88 | 0.58 |
| Hex | CF | F2 | 38 | E | 0 | 4D | 5 | 47 | 58 | 3A |
| Octal | 317 | 362 | 70 | 16 | 0 | 115 | 5 | 107 | 130 | 72 |
| Binary | 11001111 | 11110010 | 111000 | 1110 | 0 | 1001101 | 101 | 1000111 | 1011000 | 111010 |
Color Harmonies of #CFF238
Complementary color
Monochromatic Colors of #CFF238
Black with #CFF238
Text Example
Text Example
White with #CFF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF238; }
p { color: rgb(207,242,56); }
H1.HeaderClassName
{
color: #CFF238;
}
.AnyTagClassName
{
color: #CFF238;
}
</style>
background-color css
<style>
a { background-color: #CFF238; }
a { background-color: rgb(207,242,56); }
div.DivClassName
{
background-color: #CFF238;
}
.BgClassName
{
background-color: #CFF238;
}
</style>
border-color css
<style>
span { border-color: #CFF238; }
span { border-color: rgb(207,242,56); }
td.TdClassName
{
border-color: #CFF238;
}
.TagClassName
{
border-color: #CFF238;
}
</style>