Shades of Mindaro #CCDF5D
Tints of Mindaro #CCDF5D
RGB
CMYK
RGB Variations
Color information
#CCDF5D (or 0xCCDF5D) is known color: Mindaro. HEX triplet: CC, DF and 5D. RGB value is (204,223,93). Sum of RGB (Red+Green+Blue) = 204+223+93=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF5D is #3320A2. Grayscale: #CACACA. Windows color (decimal): -3350691 or 6152140. OLE color: 6152140.
HSL color Cylindrical-coordinate representation of color #CCDF5D: hue angle of 68.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDF5D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.13 |
| HSL | 68.77º | 0.67% | 0.62% | - |
| HSV(B) | 68.77º | 0.58% | 0.87% | - |
| XYZ | 53.27 | 66.4 | 20.37 | - |
| YUV | 202.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 93 | 0.09 | 0 | 0.58 | 0.13 | 68.77 | 0.67 | 0.62 |
| Hex | CC | DF | 5D | 9 | 0 | 3A | D | 45 | 43 | 3E |
| Octal | 314 | 337 | 135 | 11 | 0 | 72 | 15 | 105 | 103 | 76 |
| Binary | 11001100 | 11011111 | 1011101 | 1001 | 0 | 111010 | 1101 | 1000101 | 1000011 | 111110 |
Color Harmonies of #CCDF5D
Complementary color
Monochromatic Colors of #CCDF5D
Black with #CCDF5D
Text Example
Text Example
White with #CCDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF5D; }
p { color: rgb(204,223,93); }
H1.HeaderClassName
{
color: #CCDF5D;
}
.AnyTagClassName
{
color: #CCDF5D;
}
</style>
background-color css
<style>
a { background-color: #CCDF5D; }
a { background-color: rgb(204,223,93); }
div.DivClassName
{
background-color: #CCDF5D;
}
.BgClassName
{
background-color: #CCDF5D;
}
</style>
border-color css
<style>
span { border-color: #CCDF5D; }
span { border-color: rgb(204,223,93); }
td.TdClassName
{
border-color: #CCDF5D;
}
.TagClassName
{
border-color: #CCDF5D;
}
</style>