Shades of Pear #CBF11D
Tints of Pear #CBF11D
RGB
CMYK
RGB Variations
Color information
#CBF11D (or 0xCBF11D) is known color: Pear. HEX triplet: CB, F1 and 1D. RGB value is (203,241,29). Sum of RGB (Red+Green+Blue) = 203+241+29=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF11D is #340EE2. Grayscale: #CECECE. Windows color (decimal): -3411683 or 1962443. OLE color: 1962443.
HSL color Cylindrical-coordinate representation of color #CBF11D: hue angle of 70.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF11D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.05 |
| HSL | 70.75º | 0.88% | 0.53% | - |
| HSV(B) | 70.75º | 0.88% | 0.95% | - |
| XYZ | 56.31 | 75.7 | 12.81 | - |
| YUV | 205.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 29 | 0.16 | 0 | 0.88 | 0.05 | 70.75 | 0.88 | 0.53 |
| Hex | CB | F1 | 1D | 10 | 0 | 58 | 5 | 47 | 58 | 35 |
| Octal | 313 | 361 | 35 | 20 | 0 | 130 | 5 | 107 | 130 | 65 |
| Binary | 11001011 | 11110001 | 11101 | 10000 | 0 | 1011000 | 101 | 1000111 | 1011000 | 110101 |
Color Harmonies of #CBF11D
Complementary color
Monochromatic Colors of #CBF11D
Black with #CBF11D
Text Example
Text Example
White with #CBF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF11D; }
p { color: rgb(203,241,29); }
H1.HeaderClassName
{
color: #CBF11D;
}
.AnyTagClassName
{
color: #CBF11D;
}
</style>
background-color css
<style>
a { background-color: #CBF11D; }
a { background-color: rgb(203,241,29); }
div.DivClassName
{
background-color: #CBF11D;
}
.BgClassName
{
background-color: #CBF11D;
}
</style>
border-color css
<style>
span { border-color: #CBF11D; }
span { border-color: rgb(203,241,29); }
td.TdClassName
{
border-color: #CBF11D;
}
.TagClassName
{
border-color: #CBF11D;
}
</style>