Shades of Pear #CBF31F
Tints of Pear #CBF31F
RGB
CMYK
RGB Variations
Color information
#CBF31F (or 0xCBF31F) is known color: Pear. HEX triplet: CB, F3 and 1F. RGB value is (203,243,31). Sum of RGB (Red+Green+Blue) = 203+243+31=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF31F is #340CE0. Grayscale: #CFCFCF. Windows color (decimal): -3411169 or 2094027. OLE color: 2094027.
HSL color Cylindrical-coordinate representation of color #CBF31F: hue angle of 71.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBF31F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.05 |
| HSL | 71.32º | 0.9% | 0.54% | - |
| HSV(B) | 71.32º | 0.87% | 0.95% | - |
| XYZ | 56.93 | 76.9 | 13.14 | - |
| YUV | 206.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 31 | 0.16 | 0 | 0.87 | 0.05 | 71.32 | 0.9 | 0.54 |
| Hex | CB | F3 | 1F | 10 | 0 | 57 | 5 | 47 | 5A | 36 |
| Octal | 313 | 363 | 37 | 20 | 0 | 127 | 5 | 107 | 132 | 66 |
| Binary | 11001011 | 11110011 | 11111 | 10000 | 0 | 1010111 | 101 | 1000111 | 1011010 | 110110 |
Color Harmonies of #CBF31F
Complementary color
Monochromatic Colors of #CBF31F
Black with #CBF31F
Text Example
Text Example
White with #CBF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF31F; }
p { color: rgb(203,243,31); }
H1.HeaderClassName
{
color: #CBF31F;
}
.AnyTagClassName
{
color: #CBF31F;
}
</style>
background-color css
<style>
a { background-color: #CBF31F; }
a { background-color: rgb(203,243,31); }
div.DivClassName
{
background-color: #CBF31F;
}
.BgClassName
{
background-color: #CBF31F;
}
</style>
border-color css
<style>
span { border-color: #CBF31F; }
span { border-color: rgb(203,243,31); }
td.TdClassName
{
border-color: #CBF31F;
}
.TagClassName
{
border-color: #CBF31F;
}
</style>