Shades of Pear #CDE01B
Tints of Pear #CDE01B
RGB
CMYK
RGB Variations
Color information
#CDE01B (or 0xCDE01B) is known color: Pear. HEX triplet: CD, E0 and 1B. RGB value is (205,224,27). Sum of RGB (Red+Green+Blue) = 205+224+27=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 27 (10.94% from 255 or 5.92% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE01B is #321FE4. Grayscale: #C4C4C4. Windows color (decimal): -3284965 or 1827021. OLE color: 1827021.
HSL color Cylindrical-coordinate representation of color #CDE01B: hue angle of 65.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDE01B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.79º | 0.78% | 0.49% | - |
| HSV(B) | 65.79º | 0.88% | 0.88% | - |
| XYZ | 52.03 | 66.37 | 11.11 | - |
| YUV | 195.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 27 | 0.08 | 0 | 0.88 | 0.12 | 65.79 | 0.78 | 0.49 |
| Hex | CD | E0 | 1B | 8 | 0 | 58 | C | 42 | 4E | 31 |
| Octal | 315 | 340 | 33 | 10 | 0 | 130 | 14 | 102 | 116 | 61 |
| Binary | 11001101 | 11100000 | 11011 | 1000 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CDE01B
Complementary color
Monochromatic Colors of #CDE01B
Black with #CDE01B
Text Example
Text Example
White with #CDE01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE01B; }
p { color: rgb(205,224,27); }
H1.HeaderClassName
{
color: #CDE01B;
}
.AnyTagClassName
{
color: #CDE01B;
}
</style>
background-color css
<style>
a { background-color: #CDE01B; }
a { background-color: rgb(205,224,27); }
div.DivClassName
{
background-color: #CDE01B;
}
.BgClassName
{
background-color: #CDE01B;
}
</style>
border-color css
<style>
span { border-color: #CDE01B; }
span { border-color: rgb(205,224,27); }
td.TdClassName
{
border-color: #CDE01B;
}
.TagClassName
{
border-color: #CDE01B;
}
</style>