Shades of Mindaro #CFF268
Tints of Mindaro #CFF268
RGB
CMYK
RGB Variations
Color information
#CFF268 (or 0xCFF268) is known color: Mindaro. HEX triplet: CF, F2 and 68. RGB value is (207,242,104). Sum of RGB (Red+Green+Blue) = 207+242+104=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF268 is #300D97. Grayscale: #D8D8D8. Windows color (decimal): -3149208 or 6877903. OLE color: 6877903.
HSL color Cylindrical-coordinate representation of color #CFF268: hue angle of 75.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF268 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 104 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.05 |
| HSL | 75.22º | 0.84% | 0.68% | - |
| HSV(B) | 75.22º | 0.57% | 0.95% | - |
| XYZ | 59.98 | 77.77 | 24.95 | - |
| YUV | 215.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 104 | 0.14 | 0 | 0.57 | 0.05 | 75.22 | 0.84 | 0.68 |
| Hex | CF | F2 | 68 | E | 0 | 39 | 5 | 4B | 54 | 44 |
| Octal | 317 | 362 | 150 | 16 | 0 | 71 | 5 | 113 | 124 | 104 |
| Binary | 11001111 | 11110010 | 1101000 | 1110 | 0 | 111001 | 101 | 1001011 | 1010100 | 1000100 |
Color Harmonies of #CFF268
Complementary color
Monochromatic Colors of #CFF268
Black with #CFF268
Text Example
Text Example
White with #CFF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF268; }
p { color: rgb(207,242,104); }
H1.HeaderClassName
{
color: #CFF268;
}
.AnyTagClassName
{
color: #CFF268;
}
</style>
background-color css
<style>
a { background-color: #CFF268; }
a { background-color: rgb(207,242,104); }
div.DivClassName
{
background-color: #CFF268;
}
.BgClassName
{
background-color: #CFF268;
}
</style>
border-color css
<style>
span { border-color: #CFF268; }
span { border-color: rgb(207,242,104); }
td.TdClassName
{
border-color: #CFF268;
}
.TagClassName
{
border-color: #CFF268;
}
</style>