Shades of Mindaro #C8F267
Tints of Mindaro #C8F267
RGB
CMYK
RGB Variations
Color information
#C8F267 (or 0xC8F267) is known color: Mindaro. HEX triplet: C8, F2 and 67. RGB value is (200,242,103). Sum of RGB (Red+Green+Blue) = 200+242+103=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F267 is #370D98. Grayscale: #D6D6D6. Windows color (decimal): -3607961 or 6812360. OLE color: 6812360.
HSL color Cylindrical-coordinate representation of color #C8F267: hue angle of 78.13º 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 #C8F267 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
RGB | 200 | 242 | 103 | - |
CMYK | 0.17 | 0 | 0.57 | 0.05 |
HSL | 78.13º | 0.84% | 0.68% | - |
HSV(B) | 78.13º | 0.57% | 0.95% | - |
XYZ | 58.02 | 76.76 | 24.59 | - |
YUV | 213.6 | 65.59 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 242 | 103 | 0.17 | 0 | 0.57 | 0.05 | 78.13 | 0.84 | 0.68 |
Hex | C8 | F2 | 67 | 11 | 0 | 39 | 5 | 4E | 54 | 44 |
Octal | 310 | 362 | 147 | 21 | 0 | 71 | 5 | 116 | 124 | 104 |
Binary | 11001000 | 11110010 | 1100111 | 10001 | 0 | 111001 | 101 | 1001110 | 1010100 | 1000100 |
Color Harmonies of #C8F267
Complementary color
Monochromatic Colors of #C8F267
Black with #C8F267
Text Example
Text Example
White with #C8F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F267; }
p { color: rgb(200,242,103); }
H1.HeaderClassName
{
color: #C8F267;
}
.AnyTagClassName
{
color: #C8F267;
}
</style>
background-color css
<style>
a { background-color: #C8F267; }
a { background-color: rgb(200,242,103); }
div.DivClassName
{
background-color: #C8F267;
}
.BgClassName
{
background-color: #C8F267;
}
</style>
border-color css
<style>
span { border-color: #C8F267; }
span { border-color: rgb(200,242,103); }
td.TdClassName
{
border-color: #C8F267;
}
.TagClassName
{
border-color: #C8F267;
}
</style>