Shades of Mindaro #CCF15D
Tints of Mindaro #CCF15D
RGB
CMYK
RGB Variations
Color information
#CCF15D (or 0xCCF15D) is known color: Mindaro. HEX triplet: CC, F1 and 5D. RGB value is (204,241,93). Sum of RGB (Red+Green+Blue) = 204+241+93=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF15D is #330EA2. Grayscale: #D5D5D5. Windows color (decimal): -3346083 or 6156748. OLE color: 6156748.
HSL color Cylindrical-coordinate representation of color #CCF15D: hue angle of 75º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCF15D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 93 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 75º | 0.84% | 0.65% | - |
| HSV(B) | 75º | 0.61% | 0.95% | - |
| XYZ | 58.33 | 76.54 | 22.05 | - |
| YUV | 213.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 93 | 0.15 | 0 | 0.61 | 0.05 | 75 | 0.84 | 0.65 |
| Hex | CC | F1 | 5D | F | 0 | 3D | 5 | 4B | 54 | 41 |
| Octal | 314 | 361 | 135 | 17 | 0 | 75 | 5 | 113 | 124 | 101 |
| Binary | 11001100 | 11110001 | 1011101 | 1111 | 0 | 111101 | 101 | 1001011 | 1010100 | 1000001 |
Color Harmonies of #CCF15D
Complementary color
Monochromatic Colors of #CCF15D
Black with #CCF15D
Text Example
Text Example
White with #CCF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF15D; }
p { color: rgb(204,241,93); }
H1.HeaderClassName
{
color: #CCF15D;
}
.AnyTagClassName
{
color: #CCF15D;
}
</style>
background-color css
<style>
a { background-color: #CCF15D; }
a { background-color: rgb(204,241,93); }
div.DivClassName
{
background-color: #CCF15D;
}
.BgClassName
{
background-color: #CCF15D;
}
</style>
border-color css
<style>
span { border-color: #CCF15D; }
span { border-color: rgb(204,241,93); }
td.TdClassName
{
border-color: #CCF15D;
}
.TagClassName
{
border-color: #CCF15D;
}
</style>