Shades of Pear #CBF33D
Tints of Pear #CBF33D
RGB
CMYK
RGB Variations
Color information
#CBF33D (or 0xCBF33D) is known color: Pear. HEX triplet: CB, F3 and 3D. RGB value is (203,243,61). Sum of RGB (Red+Green+Blue) = 203+243+61=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF33D is #340CC2. Grayscale: #D2D2D2. Windows color (decimal): -3411139 or 4060107. OLE color: 4060107.
HSL color Cylindrical-coordinate representation of color #CBF33D: hue angle of 73.19º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBF33D is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 61 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.05 |
| HSL | 73.19º | 0.88% | 0.6% | - |
| HSV(B) | 73.19º | 0.75% | 0.95% | - |
| XYZ | 57.52 | 77.13 | 16.27 | - |
| YUV | 210.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 61 | 0.16 | 0 | 0.75 | 0.05 | 73.19 | 0.88 | 0.6 |
| Hex | CB | F3 | 3D | 10 | 0 | 4B | 5 | 49 | 58 | 3C |
| Octal | 313 | 363 | 75 | 20 | 0 | 113 | 5 | 111 | 130 | 74 |
| Binary | 11001011 | 11110011 | 111101 | 10000 | 0 | 1001011 | 101 | 1001001 | 1011000 | 111100 |
Color Harmonies of #CBF33D
Complementary color
Monochromatic Colors of #CBF33D
Black with #CBF33D
Text Example
Text Example
White with #CBF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF33D; }
p { color: rgb(203,243,61); }
H1.HeaderClassName
{
color: #CBF33D;
}
.AnyTagClassName
{
color: #CBF33D;
}
</style>
background-color css
<style>
a { background-color: #CBF33D; }
a { background-color: rgb(203,243,61); }
div.DivClassName
{
background-color: #CBF33D;
}
.BgClassName
{
background-color: #CBF33D;
}
</style>
border-color css
<style>
span { border-color: #CBF33D; }
span { border-color: rgb(203,243,61); }
td.TdClassName
{
border-color: #CBF33D;
}
.TagClassName
{
border-color: #CBF33D;
}
</style>