Shades of Pear #CCDF27
Tints of Pear #CCDF27
RGB
CMYK
RGB Variations
Color information
#CCDF27 (or 0xCCDF27) is known color: Pear. HEX triplet: CC, DF and 27. RGB value is (204,223,39). Sum of RGB (Red+Green+Blue) = 204+223+39=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF27 is #3320D8. Grayscale: #C5C5C5. Windows color (decimal): -3350745 or 2613196. OLE color: 2613196.
HSL color Cylindrical-coordinate representation of color #CCDF27: hue angle of 66.2º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDF27 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 39 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.13 |
| HSL | 66.2º | 0.74% | 0.51% | - |
| HSV(B) | 66.2º | 0.83% | 0.87% | - |
| XYZ | 51.66 | 65.76 | 11.89 | - |
| YUV | 196.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 39 | 0.09 | 0 | 0.83 | 0.13 | 66.2 | 0.74 | 0.51 |
| Hex | CC | DF | 27 | 9 | 0 | 53 | D | 42 | 4A | 33 |
| Octal | 314 | 337 | 47 | 11 | 0 | 123 | 15 | 102 | 112 | 63 |
| Binary | 11001100 | 11011111 | 100111 | 1001 | 0 | 1010011 | 1101 | 1000010 | 1001010 | 110011 |
Color Harmonies of #CCDF27
Complementary color
Monochromatic Colors of #CCDF27
Black with #CCDF27
Text Example
Text Example
White with #CCDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF27; }
p { color: rgb(204,223,39); }
H1.HeaderClassName
{
color: #CCDF27;
}
.AnyTagClassName
{
color: #CCDF27;
}
</style>
background-color css
<style>
a { background-color: #CCDF27; }
a { background-color: rgb(204,223,39); }
div.DivClassName
{
background-color: #CCDF27;
}
.BgClassName
{
background-color: #CCDF27;
}
</style>
border-color css
<style>
span { border-color: #CCDF27; }
span { border-color: rgb(204,223,39); }
td.TdClassName
{
border-color: #CCDF27;
}
.TagClassName
{
border-color: #CCDF27;
}
</style>