Shades of Pear #CFF245
Tints of Pear #CFF245
RGB
CMYK
RGB Variations
Color information
#CFF245 (or 0xCFF245) is known color: Pear. HEX triplet: CF, F2 and 45. RGB value is (207,242,69). Sum of RGB (Red+Green+Blue) = 207+242+69=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF245 is #300DBA. Grayscale: #D4D4D4. Windows color (decimal): -3149243 or 4584143. OLE color: 4584143.
HSL color Cylindrical-coordinate representation of color #CFF245: hue angle of 72.14º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF245 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 69 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.05 |
| HSL | 72.14º | 0.87% | 0.61% | - |
| HSV(B) | 72.14º | 0.71% | 0.95% | - |
| XYZ | 58.56 | 77.2 | 17.44 | - |
| YUV | 211.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 69 | 0.14 | 0 | 0.71 | 0.05 | 72.14 | 0.87 | 0.61 |
| Hex | CF | F2 | 45 | E | 0 | 47 | 5 | 48 | 57 | 3D |
| Octal | 317 | 362 | 105 | 16 | 0 | 107 | 5 | 110 | 127 | 75 |
| Binary | 11001111 | 11110010 | 1000101 | 1110 | 0 | 1000111 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CFF245
Complementary color
Monochromatic Colors of #CFF245
Black with #CFF245
Text Example
Text Example
White with #CFF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF245; }
p { color: rgb(207,242,69); }
H1.HeaderClassName
{
color: #CFF245;
}
.AnyTagClassName
{
color: #CFF245;
}
</style>
background-color css
<style>
a { background-color: #CFF245; }
a { background-color: rgb(207,242,69); }
div.DivClassName
{
background-color: #CFF245;
}
.BgClassName
{
background-color: #CFF245;
}
</style>
border-color css
<style>
span { border-color: #CFF245; }
span { border-color: rgb(207,242,69); }
td.TdClassName
{
border-color: #CFF245;
}
.TagClassName
{
border-color: #CFF245;
}
</style>