Shades of Pear #CBDF2C
Tints of Pear #CBDF2C
RGB
CMYK
RGB Variations
Color information
#CBDF2C (or 0xCBDF2C) is known color: Pear. HEX triplet: CB, DF and 2C. RGB value is (203,223,44). Sum of RGB (Red+Green+Blue) = 203+223+44=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 44 (17.58% from 255 or 9.36% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF2C is #3420D3. Grayscale: #C5C5C5. Windows color (decimal): -3416276 or 2940875. OLE color: 2940875.
HSL color Cylindrical-coordinate representation of color #CBDF2C: hue angle of 66.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBDF2C is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 44 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.13 |
| HSL | 66.7º | 0.74% | 0.52% | - |
| HSV(B) | 66.7º | 0.8% | 0.87% | - |
| XYZ | 51.47 | 65.65 | 12.34 | - |
| YUV | 196.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 44 | 0.09 | 0 | 0.80 | 0.13 | 66.7 | 0.74 | 0.52 |
| Hex | CB | DF | 2C | 9 | 0 | 50 | D | 43 | 4A | 34 |
| Octal | 313 | 337 | 54 | 11 | 0 | 120 | 15 | 103 | 112 | 64 |
| Binary | 11001011 | 11011111 | 101100 | 1001 | 0 | 1010000 | 1101 | 1000011 | 1001010 | 110100 |
Color Harmonies of #CBDF2C
Complementary color
Monochromatic Colors of #CBDF2C
Black with #CBDF2C
Text Example
Text Example
White with #CBDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF2C; }
p { color: rgb(203,223,44); }
H1.HeaderClassName
{
color: #CBDF2C;
}
.AnyTagClassName
{
color: #CBDF2C;
}
</style>
background-color css
<style>
a { background-color: #CBDF2C; }
a { background-color: rgb(203,223,44); }
div.DivClassName
{
background-color: #CBDF2C;
}
.BgClassName
{
background-color: #CBDF2C;
}
</style>
border-color css
<style>
span { border-color: #CBDF2C; }
span { border-color: rgb(203,223,44); }
td.TdClassName
{
border-color: #CBDF2C;
}
.TagClassName
{
border-color: #CBDF2C;
}
</style>