Shades of Pear #CFFC4B
Tints of Pear #CFFC4B
RGB
CMYK
RGB Variations
Color information
#CFFC4B (or 0xCFFC4B) is known color: Pear. HEX triplet: CF, FC and 4B. RGB value is (207,252,75). Sum of RGB (Red+Green+Blue) = 207+252+75=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 75 (29.69% from 255 or 14.04% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC4B is #3003B4. Grayscale: #DBDBDB. Windows color (decimal): -3146677 or 4979919. OLE color: 4979919.
HSL color Cylindrical-coordinate representation of color #CFFC4B: hue angle of 75.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFC4B is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 75 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.01 |
| HSL | 75.25º | 0.97% | 0.64% | - |
| HSV(B) | 75.25º | 0.7% | 0.99% | - |
| XYZ | 61.81 | 83.39 | 19.5 | - |
| YUV | 218.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 75 | 0.18 | 0 | 0.70 | 0.01 | 75.25 | 0.97 | 0.64 |
| Hex | CF | FC | 4B | 12 | 0 | 46 | 1 | 4B | 61 | 40 |
| Octal | 317 | 374 | 113 | 22 | 0 | 106 | 1 | 113 | 141 | 100 |
| Binary | 11001111 | 11111100 | 1001011 | 10010 | 0 | 1000110 | 1 | 1001011 | 1100001 | 1000000 |
Color Harmonies of #CFFC4B
Complementary color
Monochromatic Colors of #CFFC4B
Black with #CFFC4B
Text Example
Text Example
White with #CFFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC4B; }
p { color: rgb(207,252,75); }
H1.HeaderClassName
{
color: #CFFC4B;
}
.AnyTagClassName
{
color: #CFFC4B;
}
</style>
background-color css
<style>
a { background-color: #CFFC4B; }
a { background-color: rgb(207,252,75); }
div.DivClassName
{
background-color: #CFFC4B;
}
.BgClassName
{
background-color: #CFFC4B;
}
</style>
border-color css
<style>
span { border-color: #CFFC4B; }
span { border-color: rgb(207,252,75); }
td.TdClassName
{
border-color: #CFFC4B;
}
.TagClassName
{
border-color: #CFFC4B;
}
</style>