Shades of Mindaro #CCF05D
Tints of Mindaro #CCF05D
RGB
CMYK
RGB Variations
Color information
#CCF05D (or 0xCCF05D) is known color: Mindaro. HEX triplet: CC, F0 and 5D. RGB value is (204,240,93). Sum of RGB (Red+Green+Blue) = 204+240+93=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF05D is #330FA2. Grayscale: #D5D5D5. Windows color (decimal): -3346339 or 6156492. OLE color: 6156492.
HSL color Cylindrical-coordinate representation of color #CCF05D: hue angle of 74.69º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF05D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 93 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.06 |
| HSL | 74.69º | 0.83% | 0.65% | - |
| HSV(B) | 74.69º | 0.61% | 0.94% | - |
| XYZ | 58.04 | 75.95 | 21.96 | - |
| YUV | 212.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 93 | 0.15 | 0 | 0.61 | 0.06 | 74.69 | 0.83 | 0.65 |
| Hex | CC | F0 | 5D | F | 0 | 3D | 6 | 4B | 53 | 41 |
| Octal | 314 | 360 | 135 | 17 | 0 | 75 | 6 | 113 | 123 | 101 |
| Binary | 11001100 | 11110000 | 1011101 | 1111 | 0 | 111101 | 110 | 1001011 | 1010011 | 1000001 |
Color Harmonies of #CCF05D
Complementary color
Monochromatic Colors of #CCF05D
Black with #CCF05D
Text Example
Text Example
White with #CCF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF05D; }
p { color: rgb(204,240,93); }
H1.HeaderClassName
{
color: #CCF05D;
}
.AnyTagClassName
{
color: #CCF05D;
}
</style>
background-color css
<style>
a { background-color: #CCF05D; }
a { background-color: rgb(204,240,93); }
div.DivClassName
{
background-color: #CCF05D;
}
.BgClassName
{
background-color: #CCF05D;
}
</style>
border-color css
<style>
span { border-color: #CCF05D; }
span { border-color: rgb(204,240,93); }
td.TdClassName
{
border-color: #CCF05D;
}
.TagClassName
{
border-color: #CCF05D;
}
</style>