Shades of Mindaro #CEFD6B
Tints of Mindaro #CEFD6B
RGB
CMYK
RGB Variations
Color information
#CEFD6B (or 0xCEFD6B) is known color: Mindaro. HEX triplet: CE, FD and 6B. RGB value is (206,253,107). Sum of RGB (Red+Green+Blue) = 206+253+107=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD6B is #310294. Grayscale: #DEDEDE. Windows color (decimal): -3211925 or 7077326. OLE color: 7077326.
HSL color Cylindrical-coordinate representation of color #CEFD6B: hue angle of 79.32º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEFD6B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 107 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.01 |
| HSL | 79.32º | 0.97% | 0.71% | - |
| HSV(B) | 79.32º | 0.58% | 0.99% | - |
| XYZ | 63.23 | 84.43 | 26.87 | - |
| YUV | 222.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 107 | 0.19 | 0 | 0.58 | 0.01 | 79.32 | 0.97 | 0.71 |
| Hex | CE | FD | 6B | 13 | 0 | 3A | 1 | 4F | 61 | 47 |
| Octal | 316 | 375 | 153 | 23 | 0 | 72 | 1 | 117 | 141 | 107 |
| Binary | 11001110 | 11111101 | 1101011 | 10011 | 0 | 111010 | 1 | 1001111 | 1100001 | 1000111 |
Color Harmonies of #CEFD6B
Complementary color
Monochromatic Colors of #CEFD6B
Black with #CEFD6B
Text Example
Text Example
White with #CEFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD6B; }
p { color: rgb(206,253,107); }
H1.HeaderClassName
{
color: #CEFD6B;
}
.AnyTagClassName
{
color: #CEFD6B;
}
</style>
background-color css
<style>
a { background-color: #CEFD6B; }
a { background-color: rgb(206,253,107); }
div.DivClassName
{
background-color: #CEFD6B;
}
.BgClassName
{
background-color: #CEFD6B;
}
</style>
border-color css
<style>
span { border-color: #CEFD6B; }
span { border-color: rgb(206,253,107); }
td.TdClassName
{
border-color: #CEFD6B;
}
.TagClassName
{
border-color: #CEFD6B;
}
</style>