Shades of Pear #CBFC21
Tints of Pear #CBFC21
RGB
CMYK
RGB Variations
Color information
#CBFC21 (or 0xCBFC21) is known color: Pear. HEX triplet: CB, FC and 21. RGB value is (203,252,33). Sum of RGB (Red+Green+Blue) = 203+252+33=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC21 is #3403DE. Grayscale: #D5D5D5. Windows color (decimal): -3408863 or 2227403. OLE color: 2227403.
HSL color Cylindrical-coordinate representation of color #CBFC21: hue angle of 73.42º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBFC21 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 33 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.01 |
| HSL | 73.42º | 0.97% | 0.56% | - |
| HSV(B) | 73.42º | 0.87% | 0.99% | - |
| XYZ | 59.71 | 82.43 | 14.2 | - |
| YUV | 212.38 | 26.77 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 33 | 0.19 | 0 | 0.87 | 0.01 | 73.42 | 0.97 | 0.56 |
| Hex | CB | FC | 21 | 13 | 0 | 57 | 1 | 49 | 61 | 38 |
| Octal | 313 | 374 | 41 | 23 | 0 | 127 | 1 | 111 | 141 | 70 |
| Binary | 11001011 | 11111100 | 100001 | 10011 | 0 | 1010111 | 1 | 1001001 | 1100001 | 111000 |
Color Harmonies of #CBFC21
Complementary color
Monochromatic Colors of #CBFC21
Black with #CBFC21
Text Example
Text Example
White with #CBFC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC21; }
p { color: rgb(203,252,33); }
H1.HeaderClassName
{
color: #CBFC21;
}
.AnyTagClassName
{
color: #CBFC21;
}
</style>
background-color css
<style>
a { background-color: #CBFC21; }
a { background-color: rgb(203,252,33); }
div.DivClassName
{
background-color: #CBFC21;
}
.BgClassName
{
background-color: #CBFC21;
}
</style>
border-color css
<style>
span { border-color: #CBFC21; }
span { border-color: rgb(203,252,33); }
td.TdClassName
{
border-color: #CBFC21;
}
.TagClassName
{
border-color: #CBFC21;
}
</style>