Shades of Pear #CFF44C
Tints of Pear #CFF44C
RGB
CMYK
RGB Variations
Color information
#CFF44C (or 0xCFF44C) is known color: Pear. HEX triplet: CF, F4 and 4C. RGB value is (207,244,76). Sum of RGB (Red+Green+Blue) = 207+244+76=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF44C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF44C is #300BB3. Grayscale: #D6D6D6. Windows color (decimal): -3148724 or 5043407. OLE color: 5043407.
HSL color Cylindrical-coordinate representation of color #CFF44C: hue angle of 73.21º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF44C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 76 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.04 |
| HSL | 73.21º | 0.88% | 0.63% | - |
| HSV(B) | 73.21º | 0.69% | 0.96% | - |
| XYZ | 59.39 | 78.49 | 18.86 | - |
| YUV | 213.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 76 | 0.15 | 0 | 0.69 | 0.04 | 73.21 | 0.88 | 0.63 |
| Hex | CF | F4 | 4C | F | 0 | 45 | 4 | 49 | 58 | 3F |
| Octal | 317 | 364 | 114 | 17 | 0 | 105 | 4 | 111 | 130 | 77 |
| Binary | 11001111 | 11110100 | 1001100 | 1111 | 0 | 1000101 | 100 | 1001001 | 1011000 | 111111 |
Color Harmonies of #CFF44C
Complementary color
Monochromatic Colors of #CFF44C
Black with #CFF44C
Text Example
Text Example
White with #CFF44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF44C; }
p { color: rgb(207,244,76); }
H1.HeaderClassName
{
color: #CFF44C;
}
.AnyTagClassName
{
color: #CFF44C;
}
</style>
background-color css
<style>
a { background-color: #CFF44C; }
a { background-color: rgb(207,244,76); }
div.DivClassName
{
background-color: #CFF44C;
}
.BgClassName
{
background-color: #CFF44C;
}
</style>
border-color css
<style>
span { border-color: #CFF44C; }
span { border-color: rgb(207,244,76); }
td.TdClassName
{
border-color: #CFF44C;
}
.TagClassName
{
border-color: #CFF44C;
}
</style>