Shades of Pear #CCDF25
Tints of Pear #CCDF25
RGB
CMYK
RGB Variations
Color information
#CCDF25 (or 0xCCDF25) is known color: Pear. HEX triplet: CC, DF and 25. RGB value is (204,223,37). Sum of RGB (Red+Green+Blue) = 204+223+37=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF25 is #3320DA. Grayscale: #C4C4C4. Windows color (decimal): -3350747 or 2482124. OLE color: 2482124.
HSL color Cylindrical-coordinate representation of color #CCDF25: hue angle of 66.13º 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 #CCDF25 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 37 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.13 |
| HSL | 66.13º | 0.74% | 0.51% | - |
| HSV(B) | 66.13º | 0.83% | 0.87% | - |
| XYZ | 51.62 | 65.75 | 11.72 | - |
| YUV | 196.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 37 | 0.09 | 0 | 0.83 | 0.13 | 66.13 | 0.74 | 0.51 |
| Hex | CC | DF | 25 | 9 | 0 | 53 | D | 42 | 4A | 33 |
| Octal | 314 | 337 | 45 | 11 | 0 | 123 | 15 | 102 | 112 | 63 |
| Binary | 11001100 | 11011111 | 100101 | 1001 | 0 | 1010011 | 1101 | 1000010 | 1001010 | 110011 |
Color Harmonies of #CCDF25
Complementary color
Monochromatic Colors of #CCDF25
Black with #CCDF25
Text Example
Text Example
White with #CCDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF25; }
p { color: rgb(204,223,37); }
H1.HeaderClassName
{
color: #CCDF25;
}
.AnyTagClassName
{
color: #CCDF25;
}
</style>
background-color css
<style>
a { background-color: #CCDF25; }
a { background-color: rgb(204,223,37); }
div.DivClassName
{
background-color: #CCDF25;
}
.BgClassName
{
background-color: #CCDF25;
}
</style>
border-color css
<style>
span { border-color: #CCDF25; }
span { border-color: rgb(204,223,37); }
td.TdClassName
{
border-color: #CCDF25;
}
.TagClassName
{
border-color: #CCDF25;
}
</style>