Shades of Pear #CFFF4B
Tints of Pear #CFFF4B
RGB
CMYK
RGB Variations
Color information
#CFFF4B (or 0xCFFF4B) is known color: Pear. HEX triplet: CF, FF and 4B. RGB value is (207,255,75). Sum of RGB (Red+Green+Blue) = 207+255+75=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF4B is #3000B4. Grayscale: #DCDCDC. Windows color (decimal): -3145909 or 4980687. OLE color: 4980687.
HSL color Cylindrical-coordinate representation of color #CFFF4B: hue angle of 76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFFF4B is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 75 | - |
| CMYK | 0.19 | 0 | 0.71 | 0 |
| HSL | 76º | 1% | 0.65% | - |
| HSV(B) | 76º | 0.71% | 1% | - |
| XYZ | 62.76 | 85.29 | 19.81 | - |
| YUV | 220.13 | 46.1 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 75 | 0.19 | 0 | 0.71 | 0 | 76 | 1 | 0.65 |
| Hex | CF | FF | 4B | 13 | 0 | 47 | 0 | 4C | 64 | 41 |
| Octal | 317 | 377 | 113 | 23 | 0 | 107 | 0 | 114 | 144 | 101 |
| Binary | 11001111 | 11111111 | 1001011 | 10011 | 0 | 1000111 | 0 | 1001100 | 1100100 | 1000001 |
Color Harmonies of #CFFF4B
Complementary color
Monochromatic Colors of #CFFF4B
Black with #CFFF4B
Text Example
Text Example
White with #CFFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF4B; }
p { color: rgb(207,255,75); }
H1.HeaderClassName
{
color: #CFFF4B;
}
.AnyTagClassName
{
color: #CFFF4B;
}
</style>
background-color css
<style>
a { background-color: #CFFF4B; }
a { background-color: rgb(207,255,75); }
div.DivClassName
{
background-color: #CFFF4B;
}
.BgClassName
{
background-color: #CFFF4B;
}
</style>
border-color css
<style>
span { border-color: #CFFF4B; }
span { border-color: rgb(207,255,75); }
td.TdClassName
{
border-color: #CFFF4B;
}
.TagClassName
{
border-color: #CFFF4B;
}
</style>