Shades of Pear #CCDF19
Tints of Pear #CCDF19
RGB
CMYK
RGB Variations
Color information
#CCDF19 (or 0xCCDF19) is known color: Pear. HEX triplet: CC, DF and 19. RGB value is (204,223,25). Sum of RGB (Red+Green+Blue) = 204+223+25=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 25 (10.16% from 255 or 5.53% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF19 is #3320E6. Grayscale: #C3C3C3. Windows color (decimal): -3350759 or 1695692. OLE color: 1695692.
HSL color Cylindrical-coordinate representation of color #CCDF19: hue angle of 65.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDF19 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.13 |
| HSL | 65.76º | 0.8% | 0.49% | - |
| HSV(B) | 65.76º | 0.89% | 0.87% | - |
| XYZ | 51.46 | 65.68 | 10.89 | - |
| YUV | 194.75 | 32.21 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 25 | 0.09 | 0 | 0.89 | 0.13 | 65.76 | 0.8 | 0.49 |
| Hex | CC | DF | 19 | 9 | 0 | 59 | D | 42 | 50 | 31 |
| Octal | 314 | 337 | 31 | 11 | 0 | 131 | 15 | 102 | 120 | 61 |
| Binary | 11001100 | 11011111 | 11001 | 1001 | 0 | 1011001 | 1101 | 1000010 | 1010000 | 110001 |
Color Harmonies of #CCDF19
Complementary color
Monochromatic Colors of #CCDF19
Black with #CCDF19
Text Example
Text Example
White with #CCDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF19; }
p { color: rgb(204,223,25); }
H1.HeaderClassName
{
color: #CCDF19;
}
.AnyTagClassName
{
color: #CCDF19;
}
</style>
background-color css
<style>
a { background-color: #CCDF19; }
a { background-color: rgb(204,223,25); }
div.DivClassName
{
background-color: #CCDF19;
}
.BgClassName
{
background-color: #CCDF19;
}
</style>
border-color css
<style>
span { border-color: #CCDF19; }
span { border-color: rgb(204,223,25); }
td.TdClassName
{
border-color: #CCDF19;
}
.TagClassName
{
border-color: #CCDF19;
}
</style>