Shades of Pear #CBF03D
Tints of Pear #CBF03D
RGB
CMYK
RGB Variations
Color information
#CBF03D (or 0xCBF03D) is known color: Pear. HEX triplet: CB, F0 and 3D. RGB value is (203,240,61). Sum of RGB (Red+Green+Blue) = 203+240+61=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF03D is #340FC2. Grayscale: #D1D1D1. Windows color (decimal): -3411907 or 4059339. OLE color: 4059339.
HSL color Cylindrical-coordinate representation of color #CBF03D: hue angle of 72.4º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBF03D is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 61 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.06 |
| HSL | 72.4º | 0.86% | 0.59% | - |
| HSV(B) | 72.4º | 0.75% | 0.94% | - |
| XYZ | 56.63 | 75.35 | 15.97 | - |
| YUV | 208.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 61 | 0.15 | 0 | 0.75 | 0.06 | 72.4 | 0.86 | 0.59 |
| Hex | CB | F0 | 3D | F | 0 | 4B | 6 | 48 | 56 | 3B |
| Octal | 313 | 360 | 75 | 17 | 0 | 113 | 6 | 110 | 126 | 73 |
| Binary | 11001011 | 11110000 | 111101 | 1111 | 0 | 1001011 | 110 | 1001000 | 1010110 | 111011 |
Color Harmonies of #CBF03D
Complementary color
Monochromatic Colors of #CBF03D
Black with #CBF03D
Text Example
Text Example
White with #CBF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF03D; }
p { color: rgb(203,240,61); }
H1.HeaderClassName
{
color: #CBF03D;
}
.AnyTagClassName
{
color: #CBF03D;
}
</style>
background-color css
<style>
a { background-color: #CBF03D; }
a { background-color: rgb(203,240,61); }
div.DivClassName
{
background-color: #CBF03D;
}
.BgClassName
{
background-color: #CBF03D;
}
</style>
border-color css
<style>
span { border-color: #CBF03D; }
span { border-color: rgb(203,240,61); }
td.TdClassName
{
border-color: #CBF03D;
}
.TagClassName
{
border-color: #CBF03D;
}
</style>