Shades of Pear #CCDF1F
Tints of Pear #CCDF1F
RGB
CMYK
RGB Variations
Color information
#CCDF1F (or 0xCCDF1F) is known color: Pear. HEX triplet: CC, DF and 1F. RGB value is (204,223,31). Sum of RGB (Red+Green+Blue) = 204+223+31=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF1F is #3320E0. Grayscale: #C4C4C4. Windows color (decimal): -3350753 or 2088908. OLE color: 2088908.
HSL color Cylindrical-coordinate representation of color #CCDF1F: hue angle of 65.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCDF1F is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 31 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.13 |
| HSL | 65.94º | 0.76% | 0.5% | - |
| HSV(B) | 65.94º | 0.86% | 0.87% | - |
| XYZ | 51.54 | 65.71 | 11.26 | - |
| YUV | 195.43 | 35.21 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 31 | 0.09 | 0 | 0.86 | 0.13 | 65.94 | 0.76 | 0.5 |
| Hex | CC | DF | 1F | 9 | 0 | 56 | D | 42 | 4C | 32 |
| Octal | 314 | 337 | 37 | 11 | 0 | 126 | 15 | 102 | 114 | 62 |
| Binary | 11001100 | 11011111 | 11111 | 1001 | 0 | 1010110 | 1101 | 1000010 | 1001100 | 110010 |
Color Harmonies of #CCDF1F
Complementary color
Monochromatic Colors of #CCDF1F
Black with #CCDF1F
Text Example
Text Example
White with #CCDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF1F; }
p { color: rgb(204,223,31); }
H1.HeaderClassName
{
color: #CCDF1F;
}
.AnyTagClassName
{
color: #CCDF1F;
}
</style>
background-color css
<style>
a { background-color: #CCDF1F; }
a { background-color: rgb(204,223,31); }
div.DivClassName
{
background-color: #CCDF1F;
}
.BgClassName
{
background-color: #CCDF1F;
}
</style>
border-color css
<style>
span { border-color: #CCDF1F; }
span { border-color: rgb(204,223,31); }
td.TdClassName
{
border-color: #CCDF1F;
}
.TagClassName
{
border-color: #CCDF1F;
}
</style>