Shades of Pear #CFF538
Tints of Pear #CFF538
RGB
CMYK
RGB Variations
Color information
#CFF538 (or 0xCFF538) is known color: Pear. HEX triplet: CF, F5 and 38. RGB value is (207,245,56). Sum of RGB (Red+Green+Blue) = 207+245+56=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 56 (22.27% from 255 or 11.02% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF538 is #300AC7. Grayscale: #D4D4D4. Windows color (decimal): -3148488 or 3732943. OLE color: 3732943.
HSL color Cylindrical-coordinate representation of color #CFF538: hue angle of 72.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFF538 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 56 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.04 |
| HSL | 72.06º | 0.9% | 0.59% | - |
| HSV(B) | 72.06º | 0.77% | 0.96% | - |
| XYZ | 59.1 | 78.86 | 15.85 | - |
| YUV | 212.09 | 39.91 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 56 | 0.16 | 0 | 0.77 | 0.04 | 72.06 | 0.9 | 0.59 |
| Hex | CF | F5 | 38 | 10 | 0 | 4D | 4 | 48 | 5A | 3B |
| Octal | 317 | 365 | 70 | 20 | 0 | 115 | 4 | 110 | 132 | 73 |
| Binary | 11001111 | 11110101 | 111000 | 10000 | 0 | 1001101 | 100 | 1001000 | 1011010 | 111011 |
Color Harmonies of #CFF538
Complementary color
Monochromatic Colors of #CFF538
Black with #CFF538
Text Example
Text Example
White with #CFF538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF538; }
p { color: rgb(207,245,56); }
H1.HeaderClassName
{
color: #CFF538;
}
.AnyTagClassName
{
color: #CFF538;
}
</style>
background-color css
<style>
a { background-color: #CFF538; }
a { background-color: rgb(207,245,56); }
div.DivClassName
{
background-color: #CFF538;
}
.BgClassName
{
background-color: #CFF538;
}
</style>
border-color css
<style>
span { border-color: #CFF538; }
span { border-color: rgb(207,245,56); }
td.TdClassName
{
border-color: #CFF538;
}
.TagClassName
{
border-color: #CFF538;
}
</style>