Shades of Pear #CFF43B
Tints of Pear #CFF43B
RGB
CMYK
RGB Variations
Color information
#CFF43B (or 0xCFF43B) is known color: Pear. HEX triplet: CF, F4 and 3B. RGB value is (207,244,59). Sum of RGB (Red+Green+Blue) = 207+244+59=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 59 (23.44% from 255 or 11.57% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF43B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF43B is #300BC4. Grayscale: #D4D4D4. Windows color (decimal): -3148741 or 3929295. OLE color: 3929295.
HSL color Cylindrical-coordinate representation of color #CFF43B: hue angle of 72º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFF43B is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 59 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.04 |
| HSL | 72º | 0.89% | 0.59% | - |
| HSV(B) | 72º | 0.76% | 0.96% | - |
| XYZ | 58.87 | 78.28 | 16.14 | - |
| YUV | 211.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 59 | 0.15 | 0 | 0.76 | 0.04 | 72 | 0.89 | 0.59 |
| Hex | CF | F4 | 3B | F | 0 | 4C | 4 | 48 | 59 | 3B |
| Octal | 317 | 364 | 73 | 17 | 0 | 114 | 4 | 110 | 131 | 73 |
| Binary | 11001111 | 11110100 | 111011 | 1111 | 0 | 1001100 | 100 | 1001000 | 1011001 | 111011 |
Color Harmonies of #CFF43B
Complementary color
Monochromatic Colors of #CFF43B
Black with #CFF43B
Text Example
Text Example
White with #CFF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF43B; }
p { color: rgb(207,244,59); }
H1.HeaderClassName
{
color: #CFF43B;
}
.AnyTagClassName
{
color: #CFF43B;
}
</style>
background-color css
<style>
a { background-color: #CFF43B; }
a { background-color: rgb(207,244,59); }
div.DivClassName
{
background-color: #CFF43B;
}
.BgClassName
{
background-color: #CFF43B;
}
</style>
border-color css
<style>
span { border-color: #CFF43B; }
span { border-color: rgb(207,244,59); }
td.TdClassName
{
border-color: #CFF43B;
}
.TagClassName
{
border-color: #CFF43B;
}
</style>