Shades of Pear #CBFC25
Tints of Pear #CBFC25
RGB
CMYK
RGB Variations
Color information
#CBFC25 (or 0xCBFC25) is known color: Pear. HEX triplet: CB, FC and 25. RGB value is (203,252,37). Sum of RGB (Red+Green+Blue) = 203+252+37=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC25 is #3403DA. Grayscale: #D5D5D5. Windows color (decimal): -3408859 or 2489547. OLE color: 2489547.
HSL color Cylindrical-coordinate representation of color #CBFC25: hue angle of 73.67º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBFC25 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.01 |
| HSL | 73.67º | 0.97% | 0.57% | - |
| HSV(B) | 73.67º | 0.85% | 0.99% | - |
| XYZ | 59.77 | 82.45 | 14.51 | - |
| YUV | 212.84 | 28.77 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 37 | 0.19 | 0 | 0.85 | 0.01 | 73.67 | 0.97 | 0.57 |
| Hex | CB | FC | 25 | 13 | 0 | 55 | 1 | 4A | 61 | 39 |
| Octal | 313 | 374 | 45 | 23 | 0 | 125 | 1 | 112 | 141 | 71 |
| Binary | 11001011 | 11111100 | 100101 | 10011 | 0 | 1010101 | 1 | 1001010 | 1100001 | 111001 |
Color Harmonies of #CBFC25
Complementary color
Monochromatic Colors of #CBFC25
Black with #CBFC25
Text Example
Text Example
White with #CBFC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC25; }
p { color: rgb(203,252,37); }
H1.HeaderClassName
{
color: #CBFC25;
}
.AnyTagClassName
{
color: #CBFC25;
}
</style>
background-color css
<style>
a { background-color: #CBFC25; }
a { background-color: rgb(203,252,37); }
div.DivClassName
{
background-color: #CBFC25;
}
.BgClassName
{
background-color: #CBFC25;
}
</style>
border-color css
<style>
span { border-color: #CBFC25; }
span { border-color: rgb(203,252,37); }
td.TdClassName
{
border-color: #CBFC25;
}
.TagClassName
{
border-color: #CBFC25;
}
</style>