Shades of Pear #CBEF19
Tints of Pear #CBEF19
RGB
CMYK
RGB Variations
Color information
#CBEF19 (or 0xCBEF19) is known color: Pear. HEX triplet: CB, EF and 19. RGB value is (203,239,25). Sum of RGB (Red+Green+Blue) = 203+239+25=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 25 (10.16% from 255 or 5.35% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF19 is #3410E6. Grayscale: #CCCCCC. Windows color (decimal): -3412199 or 1699787. OLE color: 1699787.
HSL color Cylindrical-coordinate representation of color #CBEF19: hue angle of 70.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBEF19 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 25 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.06 |
| HSL | 70.09º | 0.87% | 0.52% | - |
| HSV(B) | 70.09º | 0.9% | 0.94% | - |
| XYZ | 55.67 | 74.5 | 12.37 | - |
| YUV | 203.84 | 27.07 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 25 | 0.15 | 0 | 0.90 | 0.06 | 70.09 | 0.87 | 0.52 |
| Hex | CB | EF | 19 | F | 0 | 5A | 6 | 46 | 57 | 34 |
| Octal | 313 | 357 | 31 | 17 | 0 | 132 | 6 | 106 | 127 | 64 |
| Binary | 11001011 | 11101111 | 11001 | 1111 | 0 | 1011010 | 110 | 1000110 | 1010111 | 110100 |
Color Harmonies of #CBEF19
Complementary color
Monochromatic Colors of #CBEF19
Black with #CBEF19
Text Example
Text Example
White with #CBEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF19; }
p { color: rgb(203,239,25); }
H1.HeaderClassName
{
color: #CBEF19;
}
.AnyTagClassName
{
color: #CBEF19;
}
</style>
background-color css
<style>
a { background-color: #CBEF19; }
a { background-color: rgb(203,239,25); }
div.DivClassName
{
background-color: #CBEF19;
}
.BgClassName
{
background-color: #CBEF19;
}
</style>
border-color css
<style>
span { border-color: #CBEF19; }
span { border-color: rgb(203,239,25); }
td.TdClassName
{
border-color: #CBEF19;
}
.TagClassName
{
border-color: #CBEF19;
}
</style>