Shades of Pear #CFF43C
Tints of Pear #CFF43C
RGB
CMYK
RGB Variations
Color information
#CFF43C (or 0xCFF43C) is known color: Pear. HEX triplet: CF, F4 and 3C. RGB value is (207,244,60). Sum of RGB (Red+Green+Blue) = 207+244+60=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF43C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF43C is #300BC3. Grayscale: #D4D4D4. Windows color (decimal): -3148740 or 3994831. OLE color: 3994831.
HSL color Cylindrical-coordinate representation of color #CFF43C: hue angle of 72.07º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF43C is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 60 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.04 |
| HSL | 72.07º | 0.89% | 0.6% | - |
| HSV(B) | 72.07º | 0.75% | 0.96% | - |
| XYZ | 58.9 | 78.29 | 16.28 | - |
| YUV | 211.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 60 | 0.15 | 0 | 0.75 | 0.04 | 72.07 | 0.89 | 0.6 |
| Hex | CF | F4 | 3C | F | 0 | 4B | 4 | 48 | 59 | 3C |
| Octal | 317 | 364 | 74 | 17 | 0 | 113 | 4 | 110 | 131 | 74 |
| Binary | 11001111 | 11110100 | 111100 | 1111 | 0 | 1001011 | 100 | 1001000 | 1011001 | 111100 |
Color Harmonies of #CFF43C
Complementary color
Monochromatic Colors of #CFF43C
Black with #CFF43C
Text Example
Text Example
White with #CFF43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF43C; }
p { color: rgb(207,244,60); }
H1.HeaderClassName
{
color: #CFF43C;
}
.AnyTagClassName
{
color: #CFF43C;
}
</style>
background-color css
<style>
a { background-color: #CFF43C; }
a { background-color: rgb(207,244,60); }
div.DivClassName
{
background-color: #CFF43C;
}
.BgClassName
{
background-color: #CFF43C;
}
</style>
border-color css
<style>
span { border-color: #CFF43C; }
span { border-color: rgb(207,244,60); }
td.TdClassName
{
border-color: #CFF43C;
}
.TagClassName
{
border-color: #CFF43C;
}
</style>