Shades of Pear #CBFC4B
Tints of Pear #CBFC4B
RGB
CMYK
RGB Variations
Color information
#CBFC4B (or 0xCBFC4B) is known color: Pear. HEX triplet: CB, FC and 4B. RGB value is (203,252,75). Sum of RGB (Red+Green+Blue) = 203+252+75=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 75 (29.69% from 255 or 14.15% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC4B is #3403B4. Grayscale: #D9D9D9. Windows color (decimal): -3408821 or 4979915. OLE color: 4979915.
HSL color Cylindrical-coordinate representation of color #CBFC4B: hue angle of 76.61º 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 #CBFC4B is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 75 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.01 |
| HSL | 76.61º | 0.97% | 0.64% | - |
| HSV(B) | 76.61º | 0.7% | 0.99% | - |
| XYZ | 60.71 | 82.83 | 19.44 | - |
| YUV | 217.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 75 | 0.19 | 0 | 0.70 | 0.01 | 76.61 | 0.97 | 0.64 |
| Hex | CB | FC | 4B | 13 | 0 | 46 | 1 | 4D | 61 | 40 |
| Octal | 313 | 374 | 113 | 23 | 0 | 106 | 1 | 115 | 141 | 100 |
| Binary | 11001011 | 11111100 | 1001011 | 10011 | 0 | 1000110 | 1 | 1001101 | 1100001 | 1000000 |
Color Harmonies of #CBFC4B
Complementary color
Monochromatic Colors of #CBFC4B
Black with #CBFC4B
Text Example
Text Example
White with #CBFC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC4B; }
p { color: rgb(203,252,75); }
H1.HeaderClassName
{
color: #CBFC4B;
}
.AnyTagClassName
{
color: #CBFC4B;
}
</style>
background-color css
<style>
a { background-color: #CBFC4B; }
a { background-color: rgb(203,252,75); }
div.DivClassName
{
background-color: #CBFC4B;
}
.BgClassName
{
background-color: #CBFC4B;
}
</style>
border-color css
<style>
span { border-color: #CBFC4B; }
span { border-color: rgb(203,252,75); }
td.TdClassName
{
border-color: #CBFC4B;
}
.TagClassName
{
border-color: #CBFC4B;
}
</style>