Shades of Mindaro #CCF969
Tints of Mindaro #CCF969
RGB
CMYK
RGB Variations
Color information
#CCF969 (or 0xCCF969) is known color: Mindaro. HEX triplet: CC, F9 and 69. RGB value is (204,249,105). Sum of RGB (Red+Green+Blue) = 204+249+105=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF969 is #330696. Grayscale: #DBDBDB. Windows color (decimal): -3344023 or 6945228. OLE color: 6945228.
HSL color Cylindrical-coordinate representation of color #CCF969: hue angle of 78.75º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCF969 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 105 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.02 |
| HSL | 78.75º | 0.92% | 0.69% | - |
| HSV(B) | 78.75º | 0.58% | 0.98% | - |
| XYZ | 61.33 | 81.61 | 25.88 | - |
| YUV | 219.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 105 | 0.18 | 0 | 0.58 | 0.02 | 78.75 | 0.92 | 0.69 |
| Hex | CC | F9 | 69 | 12 | 0 | 3A | 2 | 4F | 5C | 45 |
| Octal | 314 | 371 | 151 | 22 | 0 | 72 | 2 | 117 | 134 | 105 |
| Binary | 11001100 | 11111001 | 1101001 | 10010 | 0 | 111010 | 10 | 1001111 | 1011100 | 1000101 |
Color Harmonies of #CCF969
Complementary color
Monochromatic Colors of #CCF969
Black with #CCF969
Text Example
Text Example
White with #CCF969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF969; }
p { color: rgb(204,249,105); }
H1.HeaderClassName
{
color: #CCF969;
}
.AnyTagClassName
{
color: #CCF969;
}
</style>
background-color css
<style>
a { background-color: #CCF969; }
a { background-color: rgb(204,249,105); }
div.DivClassName
{
background-color: #CCF969;
}
.BgClassName
{
background-color: #CCF969;
}
</style>
border-color css
<style>
span { border-color: #CCF969; }
span { border-color: rgb(204,249,105); }
td.TdClassName
{
border-color: #CCF969;
}
.TagClassName
{
border-color: #CCF969;
}
</style>