Shades of Pear #CBF343
Tints of Pear #CBF343
RGB
CMYK
RGB Variations
Color information
#CBF343 (or 0xCBF343) is known color: Pear. HEX triplet: CB, F3 and 43. RGB value is (203,243,67). Sum of RGB (Red+Green+Blue) = 203+243+67=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF343 is #340CBC. Grayscale: #D3D3D3. Windows color (decimal): -3411133 or 4453323. OLE color: 4453323.
HSL color Cylindrical-coordinate representation of color #CBF343: hue angle of 73.64º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBF343 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 67 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.05 |
| HSL | 73.64º | 0.88% | 0.61% | - |
| HSV(B) | 73.64º | 0.72% | 0.95% | - |
| XYZ | 57.69 | 77.2 | 17.17 | - |
| YUV | 210.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 67 | 0.16 | 0 | 0.72 | 0.05 | 73.64 | 0.88 | 0.61 |
| Hex | CB | F3 | 43 | 10 | 0 | 48 | 5 | 4A | 58 | 3D |
| Octal | 313 | 363 | 103 | 20 | 0 | 110 | 5 | 112 | 130 | 75 |
| Binary | 11001011 | 11110011 | 1000011 | 10000 | 0 | 1001000 | 101 | 1001010 | 1011000 | 111101 |
Color Harmonies of #CBF343
Complementary color
Monochromatic Colors of #CBF343
Black with #CBF343
Text Example
Text Example
White with #CBF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF343; }
p { color: rgb(203,243,67); }
H1.HeaderClassName
{
color: #CBF343;
}
.AnyTagClassName
{
color: #CBF343;
}
</style>
background-color css
<style>
a { background-color: #CBF343; }
a { background-color: rgb(203,243,67); }
div.DivClassName
{
background-color: #CBF343;
}
.BgClassName
{
background-color: #CBF343;
}
</style>
border-color css
<style>
span { border-color: #CBF343; }
span { border-color: rgb(203,243,67); }
td.TdClassName
{
border-color: #CBF343;
}
.TagClassName
{
border-color: #CBF343;
}
</style>