Shades of Pear #CBDC2D
Tints of Pear #CBDC2D
RGB
CMYK
RGB Variations
Color information
#CBDC2D (or 0xCBDC2D) is known color: Pear. HEX triplet: CB, DC and 2D. RGB value is (203,220,45). Sum of RGB (Red+Green+Blue) = 203+220+45=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDC2D is #3423D2. Grayscale: #C3C3C3. Windows color (decimal): -3417043 or 3005643. OLE color: 3005643.
HSL color Cylindrical-coordinate representation of color #CBDC2D: hue angle of 65.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBDC2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.14 |
| HSL | 65.83º | 0.71% | 0.52% | - |
| HSV(B) | 65.83º | 0.8% | 0.86% | - |
| XYZ | 50.7 | 64.07 | 12.18 | - |
| YUV | 194.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 45 | 0.08 | 0 | 0.80 | 0.14 | 65.83 | 0.71 | 0.52 |
| Hex | CB | DC | 2D | 8 | 0 | 50 | E | 42 | 47 | 34 |
| Octal | 313 | 334 | 55 | 10 | 0 | 120 | 16 | 102 | 107 | 64 |
| Binary | 11001011 | 11011100 | 101101 | 1000 | 0 | 1010000 | 1110 | 1000010 | 1000111 | 110100 |
Color Harmonies of #CBDC2D
Complementary color
Monochromatic Colors of #CBDC2D
Black with #CBDC2D
Text Example
Text Example
White with #CBDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC2D; }
p { color: rgb(203,220,45); }
H1.HeaderClassName
{
color: #CBDC2D;
}
.AnyTagClassName
{
color: #CBDC2D;
}
</style>
background-color css
<style>
a { background-color: #CBDC2D; }
a { background-color: rgb(203,220,45); }
div.DivClassName
{
background-color: #CBDC2D;
}
.BgClassName
{
background-color: #CBDC2D;
}
</style>
border-color css
<style>
span { border-color: #CBDC2D; }
span { border-color: rgb(203,220,45); }
td.TdClassName
{
border-color: #CBDC2D;
}
.TagClassName
{
border-color: #CBDC2D;
}
</style>