Shades of Pear #CBF43B
Tints of Pear #CBF43B
RGB
CMYK
RGB Variations
Color information
#CBF43B (or 0xCBF43B) is known color: Pear. HEX triplet: CB, F4 and 3B. RGB value is (203,244,59). Sum of RGB (Red+Green+Blue) = 203+244+59=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF43B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF43B is #340BC4. Grayscale: #D3D3D3. Windows color (decimal): -3410885 or 3929291. OLE color: 3929291.
HSL color Cylindrical-coordinate representation of color #CBF43B: hue angle of 73.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF43B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 59 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.04 |
| HSL | 73.3º | 0.89% | 0.59% | - |
| HSV(B) | 73.3º | 0.76% | 0.96% | - |
| XYZ | 57.77 | 77.71 | 16.09 | - |
| YUV | 210.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 59 | 0.17 | 0 | 0.76 | 0.04 | 73.3 | 0.89 | 0.59 |
| Hex | CB | F4 | 3B | 11 | 0 | 4C | 4 | 49 | 59 | 3B |
| Octal | 313 | 364 | 73 | 21 | 0 | 114 | 4 | 111 | 131 | 73 |
| Binary | 11001011 | 11110100 | 111011 | 10001 | 0 | 1001100 | 100 | 1001001 | 1011001 | 111011 |
Color Harmonies of #CBF43B
Complementary color
Monochromatic Colors of #CBF43B
Black with #CBF43B
Text Example
Text Example
White with #CBF43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF43B; }
p { color: rgb(203,244,59); }
H1.HeaderClassName
{
color: #CBF43B;
}
.AnyTagClassName
{
color: #CBF43B;
}
</style>
background-color css
<style>
a { background-color: #CBF43B; }
a { background-color: rgb(203,244,59); }
div.DivClassName
{
background-color: #CBF43B;
}
.BgClassName
{
background-color: #CBF43B;
}
</style>
border-color css
<style>
span { border-color: #CBF43B; }
span { border-color: rgb(203,244,59); }
td.TdClassName
{
border-color: #CBF43B;
}
.TagClassName
{
border-color: #CBF43B;
}
</style>