Shades of Pear #CFF243
Tints of Pear #CFF243
RGB
CMYK
RGB Variations
Color information
#CFF243 (or 0xCFF243) is known color: Pear. HEX triplet: CF, F2 and 43. RGB value is (207,242,67). Sum of RGB (Red+Green+Blue) = 207+242+67=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF243 is #300DBC. Grayscale: #D4D4D4. Windows color (decimal): -3149245 or 4453071. OLE color: 4453071.
HSL color Cylindrical-coordinate representation of color #CFF243: hue angle of 72º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF243 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 67 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.05 |
| HSL | 72º | 0.87% | 0.61% | - |
| HSV(B) | 72º | 0.72% | 0.95% | - |
| XYZ | 58.5 | 77.17 | 17.12 | - |
| YUV | 211.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 67 | 0.14 | 0 | 0.72 | 0.05 | 72 | 0.87 | 0.61 |
| Hex | CF | F2 | 43 | E | 0 | 48 | 5 | 48 | 57 | 3D |
| Octal | 317 | 362 | 103 | 16 | 0 | 110 | 5 | 110 | 127 | 75 |
| Binary | 11001111 | 11110010 | 1000011 | 1110 | 0 | 1001000 | 101 | 1001000 | 1010111 | 111101 |
Color Harmonies of #CFF243
Complementary color
Monochromatic Colors of #CFF243
Black with #CFF243
Text Example
Text Example
White with #CFF243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF243; }
p { color: rgb(207,242,67); }
H1.HeaderClassName
{
color: #CFF243;
}
.AnyTagClassName
{
color: #CFF243;
}
</style>
background-color css
<style>
a { background-color: #CFF243; }
a { background-color: rgb(207,242,67); }
div.DivClassName
{
background-color: #CFF243;
}
.BgClassName
{
background-color: #CFF243;
}
</style>
border-color css
<style>
span { border-color: #CFF243; }
span { border-color: rgb(207,242,67); }
td.TdClassName
{
border-color: #CFF243;
}
.TagClassName
{
border-color: #CFF243;
}
</style>