Shades of Pear #CBEF2A
Tints of Pear #CBEF2A
RGB
CMYK
RGB Variations
Color information
#CBEF2A (or 0xCBEF2A) is known color: Pear. HEX triplet: CB, EF and 2A. RGB value is (203,239,42). Sum of RGB (Red+Green+Blue) = 203+239+42=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF2A is #3410D5. Grayscale: #CECECE. Windows color (decimal): -3412182 or 2813899. OLE color: 2813899.
HSL color Cylindrical-coordinate representation of color #CBEF2A: hue angle of 70.96º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBEF2A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.06 |
| HSL | 70.96º | 0.86% | 0.55% | - |
| HSV(B) | 70.96º | 0.82% | 0.94% | - |
| XYZ | 55.91 | 74.6 | 13.64 | - |
| YUV | 205.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 42 | 0.15 | 0 | 0.82 | 0.06 | 70.96 | 0.86 | 0.55 |
| Hex | CB | EF | 2A | F | 0 | 52 | 6 | 47 | 56 | 37 |
| Octal | 313 | 357 | 52 | 17 | 0 | 122 | 6 | 107 | 126 | 67 |
| Binary | 11001011 | 11101111 | 101010 | 1111 | 0 | 1010010 | 110 | 1000111 | 1010110 | 110111 |
Color Harmonies of #CBEF2A
Complementary color
Monochromatic Colors of #CBEF2A
Black with #CBEF2A
Text Example
Text Example
White with #CBEF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF2A; }
p { color: rgb(203,239,42); }
H1.HeaderClassName
{
color: #CBEF2A;
}
.AnyTagClassName
{
color: #CBEF2A;
}
</style>
background-color css
<style>
a { background-color: #CBEF2A; }
a { background-color: rgb(203,239,42); }
div.DivClassName
{
background-color: #CBEF2A;
}
.BgClassName
{
background-color: #CBEF2A;
}
</style>
border-color css
<style>
span { border-color: #CBEF2A; }
span { border-color: rgb(203,239,42); }
td.TdClassName
{
border-color: #CBEF2A;
}
.TagClassName
{
border-color: #CBEF2A;
}
</style>