Shades of Pear #CBF01C
Tints of Pear #CBF01C
RGB
CMYK
RGB Variations
Color information
#CBF01C (or 0xCBF01C) is known color: Pear. HEX triplet: CB, F0 and 1C. RGB value is (203,240,28). Sum of RGB (Red+Green+Blue) = 203+240+28=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF01C is #340FE3. Grayscale: #CDCDCD. Windows color (decimal): -3411940 or 1896651. OLE color: 1896651.
HSL color Cylindrical-coordinate representation of color #CBF01C: hue angle of 70.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF01C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.06 |
| HSL | 70.47º | 0.88% | 0.53% | - |
| HSV(B) | 70.47º | 0.88% | 0.94% | - |
| XYZ | 56 | 75.1 | 12.64 | - |
| YUV | 204.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 28 | 0.15 | 0 | 0.88 | 0.06 | 70.47 | 0.88 | 0.53 |
| Hex | CB | F0 | 1C | F | 0 | 58 | 6 | 46 | 58 | 35 |
| Octal | 313 | 360 | 34 | 17 | 0 | 130 | 6 | 106 | 130 | 65 |
| Binary | 11001011 | 11110000 | 11100 | 1111 | 0 | 1011000 | 110 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CBF01C
Complementary color
Monochromatic Colors of #CBF01C
Black with #CBF01C
Text Example
Text Example
White with #CBF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF01C; }
p { color: rgb(203,240,28); }
H1.HeaderClassName
{
color: #CBF01C;
}
.AnyTagClassName
{
color: #CBF01C;
}
</style>
background-color css
<style>
a { background-color: #CBF01C; }
a { background-color: rgb(203,240,28); }
div.DivClassName
{
background-color: #CBF01C;
}
.BgClassName
{
background-color: #CBF01C;
}
</style>
border-color css
<style>
span { border-color: #CBF01C; }
span { border-color: rgb(203,240,28); }
td.TdClassName
{
border-color: #CBF01C;
}
.TagClassName
{
border-color: #CBF01C;
}
</style>