Shades of Mindaro #CEDF5E
Tints of Mindaro #CEDF5E
RGB
CMYK
RGB Variations
Color information
#CEDF5E (or 0xCEDF5E) is known color: Mindaro. HEX triplet: CE, DF and 5E. RGB value is (206,223,94). Sum of RGB (Red+Green+Blue) = 206+223+94=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDF5E is #3120A1. Grayscale: #CBCBCB. Windows color (decimal): -3219618 or 6217678. OLE color: 6217678.
HSL color Cylindrical-coordinate representation of color #CEDF5E: hue angle of 67.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEDF5E is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 94 | - |
CMYK | 0.08 | 0 | 0.58 | 0.13 |
HSL | 67.91º | 0.67% | 0.62% | - |
HSV(B) | 67.91º | 0.58% | 0.87% | - |
XYZ | 53.86 | 66.71 | 20.63 | - |
YUV | 203.21 | 66.37 | 129.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 94 | 0.08 | 0 | 0.58 | 0.13 | 67.91 | 0.67 | 0.62 |
Hex | CE | DF | 5E | 8 | 0 | 3A | D | 44 | 43 | 3E |
Octal | 316 | 337 | 136 | 10 | 0 | 72 | 15 | 104 | 103 | 76 |
Binary | 11001110 | 11011111 | 1011110 | 1000 | 0 | 111010 | 1101 | 1000100 | 1000011 | 111110 |
Color Harmonies of #CEDF5E
Complementary color
Monochromatic Colors of #CEDF5E
Black with #CEDF5E
Text Example
Text Example
White with #CEDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF5E; }
p { color: rgb(206,223,94); }
H1.HeaderClassName
{
color: #CEDF5E;
}
.AnyTagClassName
{
color: #CEDF5E;
}
</style>
background-color css
<style>
a { background-color: #CEDF5E; }
a { background-color: rgb(206,223,94); }
div.DivClassName
{
background-color: #CEDF5E;
}
.BgClassName
{
background-color: #CEDF5E;
}
</style>
border-color css
<style>
span { border-color: #CEDF5E; }
span { border-color: rgb(206,223,94); }
td.TdClassName
{
border-color: #CEDF5E;
}
.TagClassName
{
border-color: #CEDF5E;
}
</style>