Shades of Pear #CCDF1E
Tints of Pear #CCDF1E
RGB
CMYK
RGB Variations
Color information
#CCDF1E (or 0xCCDF1E) is known color: Pear. HEX triplet: CC, DF and 1E. RGB value is (204,223,30). Sum of RGB (Red+Green+Blue) = 204+223+30=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF1E is #3320E1. Grayscale: #C4C4C4. Windows color (decimal): -3350754 or 2023372. OLE color: 2023372.
HSL color Cylindrical-coordinate representation of color #CCDF1E: hue angle of 65.91º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCDF1E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 30 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.13 |
| HSL | 65.91º | 0.76% | 0.5% | - |
| HSV(B) | 65.91º | 0.87% | 0.87% | - |
| XYZ | 51.52 | 65.71 | 11.2 | - |
| YUV | 195.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 30 | 0.09 | 0 | 0.87 | 0.13 | 65.91 | 0.76 | 0.5 |
| Hex | CC | DF | 1E | 9 | 0 | 57 | D | 42 | 4C | 32 |
| Octal | 314 | 337 | 36 | 11 | 0 | 127 | 15 | 102 | 114 | 62 |
| Binary | 11001100 | 11011111 | 11110 | 1001 | 0 | 1010111 | 1101 | 1000010 | 1001100 | 110010 |
Color Harmonies of #CCDF1E
Complementary color
Monochromatic Colors of #CCDF1E
Black with #CCDF1E
Text Example
Text Example
White with #CCDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF1E; }
p { color: rgb(204,223,30); }
H1.HeaderClassName
{
color: #CCDF1E;
}
.AnyTagClassName
{
color: #CCDF1E;
}
</style>
background-color css
<style>
a { background-color: #CCDF1E; }
a { background-color: rgb(204,223,30); }
div.DivClassName
{
background-color: #CCDF1E;
}
.BgClassName
{
background-color: #CCDF1E;
}
</style>
border-color css
<style>
span { border-color: #CCDF1E; }
span { border-color: rgb(204,223,30); }
td.TdClassName
{
border-color: #CCDF1E;
}
.TagClassName
{
border-color: #CCDF1E;
}
</style>