Shades of Mindaro #CFF367
Tints of Mindaro #CFF367
RGB
CMYK
RGB Variations
Color information
#CFF367 (or 0xCFF367) is known color: Mindaro. HEX triplet: CF, F3 and 67. RGB value is (207,243,103). Sum of RGB (Red+Green+Blue) = 207+243+103=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF367 is #300C98. Grayscale: #D8D8D8. Windows color (decimal): -3148953 or 6812623. OLE color: 6812623.
HSL color Cylindrical-coordinate representation of color #CFF367: hue angle of 75.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFF367 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 103 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.05 |
| HSL | 75.43º | 0.85% | 0.68% | - |
| HSV(B) | 75.43º | 0.58% | 0.95% | - |
| XYZ | 60.23 | 78.35 | 24.78 | - |
| YUV | 216.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 103 | 0.15 | 0 | 0.58 | 0.05 | 75.43 | 0.85 | 0.68 |
| Hex | CF | F3 | 67 | F | 0 | 3A | 5 | 4B | 55 | 44 |
| Octal | 317 | 363 | 147 | 17 | 0 | 72 | 5 | 113 | 125 | 104 |
| Binary | 11001111 | 11110011 | 1100111 | 1111 | 0 | 111010 | 101 | 1001011 | 1010101 | 1000100 |
Color Harmonies of #CFF367
Complementary color
Monochromatic Colors of #CFF367
Black with #CFF367
Text Example
Text Example
White with #CFF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF367; }
p { color: rgb(207,243,103); }
H1.HeaderClassName
{
color: #CFF367;
}
.AnyTagClassName
{
color: #CFF367;
}
</style>
background-color css
<style>
a { background-color: #CFF367; }
a { background-color: rgb(207,243,103); }
div.DivClassName
{
background-color: #CFF367;
}
.BgClassName
{
background-color: #CFF367;
}
</style>
border-color css
<style>
span { border-color: #CFF367; }
span { border-color: rgb(207,243,103); }
td.TdClassName
{
border-color: #CFF367;
}
.TagClassName
{
border-color: #CFF367;
}
</style>