Shades of Pear #CCDF23
Tints of Pear #CCDF23
RGB
CMYK
RGB Variations
Color information
#CCDF23 (or 0xCCDF23) is known color: Pear. HEX triplet: CC, DF and 23. RGB value is (204,223,35). Sum of RGB (Red+Green+Blue) = 204+223+35=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF23 is #3320DC. Grayscale: #C4C4C4. Windows color (decimal): -3350749 or 2351052. OLE color: 2351052.
HSL color Cylindrical-coordinate representation of color #CCDF23: hue angle of 66.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCDF23 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 35 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.13 |
| HSL | 66.06º | 0.75% | 0.51% | - |
| HSV(B) | 66.06º | 0.84% | 0.87% | - |
| XYZ | 51.59 | 65.73 | 11.56 | - |
| YUV | 195.89 | 37.21 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 35 | 0.09 | 0 | 0.84 | 0.13 | 66.06 | 0.75 | 0.51 |
| Hex | CC | DF | 23 | 9 | 0 | 54 | D | 42 | 4B | 33 |
| Octal | 314 | 337 | 43 | 11 | 0 | 124 | 15 | 102 | 113 | 63 |
| Binary | 11001100 | 11011111 | 100011 | 1001 | 0 | 1010100 | 1101 | 1000010 | 1001011 | 110011 |
Color Harmonies of #CCDF23
Complementary color
Monochromatic Colors of #CCDF23
Black with #CCDF23
Text Example
Text Example
White with #CCDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF23; }
p { color: rgb(204,223,35); }
H1.HeaderClassName
{
color: #CCDF23;
}
.AnyTagClassName
{
color: #CCDF23;
}
</style>
background-color css
<style>
a { background-color: #CCDF23; }
a { background-color: rgb(204,223,35); }
div.DivClassName
{
background-color: #CCDF23;
}
.BgClassName
{
background-color: #CCDF23;
}
</style>
border-color css
<style>
span { border-color: #CCDF23; }
span { border-color: rgb(204,223,35); }
td.TdClassName
{
border-color: #CCDF23;
}
.TagClassName
{
border-color: #CCDF23;
}
</style>