Shades of Pear #CCDF1A
Tints of Pear #CCDF1A
RGB
CMYK
RGB Variations
Color information
#CCDF1A (or 0xCCDF1A) is known color: Pear. HEX triplet: CC, DF and 1A. RGB value is (204,223,26). Sum of RGB (Red+Green+Blue) = 204+223+26=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF1A is #3320E5. Grayscale: #C3C3C3. Windows color (decimal): -3350758 or 1761228. OLE color: 1761228.
HSL color Cylindrical-coordinate representation of color #CCDF1A: hue angle of 65.79º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCDF1A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 26 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.13 |
| HSL | 65.79º | 0.79% | 0.49% | - |
| HSV(B) | 65.79º | 0.88% | 0.87% | - |
| XYZ | 51.48 | 65.69 | 10.94 | - |
| YUV | 194.86 | 32.71 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 26 | 0.09 | 0 | 0.88 | 0.13 | 65.79 | 0.79 | 0.49 |
| Hex | CC | DF | 1A | 9 | 0 | 58 | D | 42 | 4F | 31 |
| Octal | 314 | 337 | 32 | 11 | 0 | 130 | 15 | 102 | 117 | 61 |
| Binary | 11001100 | 11011111 | 11010 | 1001 | 0 | 1011000 | 1101 | 1000010 | 1001111 | 110001 |
Color Harmonies of #CCDF1A
Complementary color
Monochromatic Colors of #CCDF1A
Black with #CCDF1A
Text Example
Text Example
White with #CCDF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF1A; }
p { color: rgb(204,223,26); }
H1.HeaderClassName
{
color: #CCDF1A;
}
.AnyTagClassName
{
color: #CCDF1A;
}
</style>
background-color css
<style>
a { background-color: #CCDF1A; }
a { background-color: rgb(204,223,26); }
div.DivClassName
{
background-color: #CCDF1A;
}
.BgClassName
{
background-color: #CCDF1A;
}
</style>
border-color css
<style>
span { border-color: #CCDF1A; }
span { border-color: rgb(204,223,26); }
td.TdClassName
{
border-color: #CCDF1A;
}
.TagClassName
{
border-color: #CCDF1A;
}
</style>