Shades of Mindaro #CCF76B
Tints of Mindaro #CCF76B
RGB
CMYK
RGB Variations
Color information
#CCF76B (or 0xCCF76B) is known color: Mindaro. HEX triplet: CC, F7 and 6B. RGB value is (204,247,107). Sum of RGB (Red+Green+Blue) = 204+247+107=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF76B is #330894. Grayscale: #DADADA. Windows color (decimal): -3344533 or 7075788. OLE color: 7075788.
HSL color Cylindrical-coordinate representation of color #CCF76B: hue angle of 78.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCF76B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 107 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 78.43º | 0.9% | 0.69% | - |
| HSV(B) | 78.43º | 0.57% | 0.97% | - |
| XYZ | 60.82 | 80.42 | 26.23 | - |
| YUV | 218.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 107 | 0.17 | 0 | 0.57 | 0.03 | 78.43 | 0.9 | 0.69 |
| Hex | CC | F7 | 6B | 11 | 0 | 39 | 3 | 4E | 5A | 45 |
| Octal | 314 | 367 | 153 | 21 | 0 | 71 | 3 | 116 | 132 | 105 |
| Binary | 11001100 | 11110111 | 1101011 | 10001 | 0 | 111001 | 11 | 1001110 | 1011010 | 1000101 |
Color Harmonies of #CCF76B
Complementary color
Monochromatic Colors of #CCF76B
Black with #CCF76B
Text Example
Text Example
White with #CCF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF76B; }
p { color: rgb(204,247,107); }
H1.HeaderClassName
{
color: #CCF76B;
}
.AnyTagClassName
{
color: #CCF76B;
}
</style>
background-color css
<style>
a { background-color: #CCF76B; }
a { background-color: rgb(204,247,107); }
div.DivClassName
{
background-color: #CCF76B;
}
.BgClassName
{
background-color: #CCF76B;
}
</style>
border-color css
<style>
span { border-color: #CCF76B; }
span { border-color: rgb(204,247,107); }
td.TdClassName
{
border-color: #CCF76B;
}
.TagClassName
{
border-color: #CCF76B;
}
</style>