Shades of Pear #CFF236
Tints of Pear #CFF236
RGB
CMYK
RGB Variations
Color information
#CFF236 (or 0xCFF236) is known color: Pear. HEX triplet: CF, F2 and 36. RGB value is (207,242,54). Sum of RGB (Red+Green+Blue) = 207+242+54=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF236 is #300DC9. Grayscale: #D2D2D2. Windows color (decimal): -3149258 or 3601103. OLE color: 3601103.
HSL color Cylindrical-coordinate representation of color #CFF236: hue angle of 71.17º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFF236 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 54 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.05 |
| HSL | 71.17º | 0.88% | 0.58% | - |
| HSV(B) | 71.17º | 0.78% | 0.95% | - |
| XYZ | 58.15 | 77.04 | 15.29 | - |
| YUV | 210.1 | 39.9 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 54 | 0.14 | 0 | 0.78 | 0.05 | 71.17 | 0.88 | 0.58 |
| Hex | CF | F2 | 36 | E | 0 | 4E | 5 | 47 | 58 | 3A |
| Octal | 317 | 362 | 66 | 16 | 0 | 116 | 5 | 107 | 130 | 72 |
| Binary | 11001111 | 11110010 | 110110 | 1110 | 0 | 1001110 | 101 | 1000111 | 1011000 | 111010 |
Color Harmonies of #CFF236
Complementary color
Monochromatic Colors of #CFF236
Black with #CFF236
Text Example
Text Example
White with #CFF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF236; }
p { color: rgb(207,242,54); }
H1.HeaderClassName
{
color: #CFF236;
}
.AnyTagClassName
{
color: #CFF236;
}
</style>
background-color css
<style>
a { background-color: #CFF236; }
a { background-color: rgb(207,242,54); }
div.DivClassName
{
background-color: #CFF236;
}
.BgClassName
{
background-color: #CFF236;
}
</style>
border-color css
<style>
span { border-color: #CFF236; }
span { border-color: rgb(207,242,54); }
td.TdClassName
{
border-color: #CFF236;
}
.TagClassName
{
border-color: #CFF236;
}
</style>