Shades of Pear #CBF93D
Tints of Pear #CBF93D
RGB
CMYK
RGB Variations
Color information
#CBF93D (or 0xCBF93D) is known color: Pear. HEX triplet: CB, F9 and 3D. RGB value is (203,249,61). Sum of RGB (Red+Green+Blue) = 203+249+61=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF93D is #3406C2. Grayscale: #D6D6D6. Windows color (decimal): -3409603 or 4061643. OLE color: 4061643.
HSL color Cylindrical-coordinate representation of color #CBF93D: hue angle of 74.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBF93D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 61 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.02 |
| HSL | 74.68º | 0.94% | 0.61% | - |
| HSV(B) | 74.68º | 0.76% | 0.98% | - |
| XYZ | 59.35 | 80.78 | 16.88 | - |
| YUV | 213.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 61 | 0.18 | 0 | 0.76 | 0.02 | 74.68 | 0.94 | 0.61 |
| Hex | CB | F9 | 3D | 12 | 0 | 4C | 2 | 4B | 5E | 3D |
| Octal | 313 | 371 | 75 | 22 | 0 | 114 | 2 | 113 | 136 | 75 |
| Binary | 11001011 | 11111001 | 111101 | 10010 | 0 | 1001100 | 10 | 1001011 | 1011110 | 111101 |
Color Harmonies of #CBF93D
Complementary color
Monochromatic Colors of #CBF93D
Black with #CBF93D
Text Example
Text Example
White with #CBF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF93D; }
p { color: rgb(203,249,61); }
H1.HeaderClassName
{
color: #CBF93D;
}
.AnyTagClassName
{
color: #CBF93D;
}
</style>
background-color css
<style>
a { background-color: #CBF93D; }
a { background-color: rgb(203,249,61); }
div.DivClassName
{
background-color: #CBF93D;
}
.BgClassName
{
background-color: #CBF93D;
}
</style>
border-color css
<style>
span { border-color: #CBF93D; }
span { border-color: rgb(203,249,61); }
td.TdClassName
{
border-color: #CBF93D;
}
.TagClassName
{
border-color: #CBF93D;
}
</style>