Shades of Pear #CCDF1B
Tints of Pear #CCDF1B
RGB
CMYK
RGB Variations
Color information
#CCDF1B (or 0xCCDF1B) is known color: Pear. HEX triplet: CC, DF and 1B. RGB value is (204,223,27). Sum of RGB (Red+Green+Blue) = 204+223+27=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 27 (10.94% from 255 or 5.95% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF1B is #3320E4. Grayscale: #C3C3C3. Windows color (decimal): -3350757 or 1826764. OLE color: 1826764.
HSL color Cylindrical-coordinate representation of color #CCDF1B: hue angle of 65.82º degrees, saturation: 0.78, 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 #CCDF1B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.13 |
| HSL | 65.82º | 0.78% | 0.49% | - |
| HSV(B) | 65.82º | 0.88% | 0.87% | - |
| XYZ | 51.49 | 65.69 | 11 | - |
| YUV | 194.98 | 33.21 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 27 | 0.09 | 0 | 0.88 | 0.13 | 65.82 | 0.78 | 0.49 |
| Hex | CC | DF | 1B | 9 | 0 | 58 | D | 42 | 4E | 31 |
| Octal | 314 | 337 | 33 | 11 | 0 | 130 | 15 | 102 | 116 | 61 |
| Binary | 11001100 | 11011111 | 11011 | 1001 | 0 | 1011000 | 1101 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CCDF1B
Complementary color
Monochromatic Colors of #CCDF1B
Black with #CCDF1B
Text Example
Text Example
White with #CCDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF1B; }
p { color: rgb(204,223,27); }
H1.HeaderClassName
{
color: #CCDF1B;
}
.AnyTagClassName
{
color: #CCDF1B;
}
</style>
background-color css
<style>
a { background-color: #CCDF1B; }
a { background-color: rgb(204,223,27); }
div.DivClassName
{
background-color: #CCDF1B;
}
.BgClassName
{
background-color: #CCDF1B;
}
</style>
border-color css
<style>
span { border-color: #CCDF1B; }
span { border-color: rgb(204,223,27); }
td.TdClassName
{
border-color: #CCDF1B;
}
.TagClassName
{
border-color: #CCDF1B;
}
</style>