Shades of Mindaro #CEF351
Tints of Mindaro #CEF351
RGB
CMYK
RGB Variations
Color information
#CEF351 (or 0xCEF351) is known color: Mindaro. HEX triplet: CE, F3 and 51. RGB value is (206,243,81). Sum of RGB (Red+Green+Blue) = 206+243+81=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF351 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF351 is #310CAE. Grayscale: #D6D6D6. Windows color (decimal): -3214511 or 5370830. OLE color: 5370830.
HSL color Cylindrical-coordinate representation of color #CEF351: hue angle of 73.7º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEF351 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 81 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.7º | 0.87% | 0.64% | - |
| HSV(B) | 73.7º | 0.67% | 0.95% | - |
| XYZ | 58.99 | 77.82 | 19.7 | - |
| YUV | 213.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 81 | 0.15 | 0 | 0.67 | 0.05 | 73.7 | 0.87 | 0.64 |
| Hex | CE | F3 | 51 | F | 0 | 43 | 5 | 4A | 57 | 40 |
| Octal | 316 | 363 | 121 | 17 | 0 | 103 | 5 | 112 | 127 | 100 |
| Binary | 11001110 | 11110011 | 1010001 | 1111 | 0 | 1000011 | 101 | 1001010 | 1010111 | 1000000 |
Color Harmonies of #CEF351
Complementary color
Monochromatic Colors of #CEF351
Black with #CEF351
Text Example
Text Example
White with #CEF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF351; }
p { color: rgb(206,243,81); }
H1.HeaderClassName
{
color: #CEF351;
}
.AnyTagClassName
{
color: #CEF351;
}
</style>
background-color css
<style>
a { background-color: #CEF351; }
a { background-color: rgb(206,243,81); }
div.DivClassName
{
background-color: #CEF351;
}
.BgClassName
{
background-color: #CEF351;
}
</style>
border-color css
<style>
span { border-color: #CEF351; }
span { border-color: rgb(206,243,81); }
td.TdClassName
{
border-color: #CEF351;
}
.TagClassName
{
border-color: #CEF351;
}
</style>