Shades of Mindaro #CEED67
Tints of Mindaro #CEED67
RGB
CMYK
RGB Variations
Color information
#CEED67 (or 0xCEED67) is known color: Mindaro. HEX triplet: CE, ED and 67. RGB value is (206,237,103). Sum of RGB (Red+Green+Blue) = 206+237+103=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED67 is #311298. Grayscale: #D4D4D4. Windows color (decimal): -3216025 or 6811086. OLE color: 6811086.
HSL color Cylindrical-coordinate representation of color #CEED67: hue angle of 73.88º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEED67 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 103 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.07 |
| HSL | 73.88º | 0.79% | 0.67% | - |
| HSV(B) | 73.88º | 0.57% | 0.93% | - |
| XYZ | 58.19 | 74.67 | 24.18 | - |
| YUV | 212.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 103 | 0.13 | 0 | 0.57 | 0.07 | 73.88 | 0.79 | 0.67 |
| Hex | CE | ED | 67 | D | 0 | 39 | 7 | 4A | 4F | 43 |
| Octal | 316 | 355 | 147 | 15 | 0 | 71 | 7 | 112 | 117 | 103 |
| Binary | 11001110 | 11101101 | 1100111 | 1101 | 0 | 111001 | 111 | 1001010 | 1001111 | 1000011 |
Color Harmonies of #CEED67
Complementary color
Monochromatic Colors of #CEED67
Black with #CEED67
Text Example
Text Example
White with #CEED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED67; }
p { color: rgb(206,237,103); }
H1.HeaderClassName
{
color: #CEED67;
}
.AnyTagClassName
{
color: #CEED67;
}
</style>
background-color css
<style>
a { background-color: #CEED67; }
a { background-color: rgb(206,237,103); }
div.DivClassName
{
background-color: #CEED67;
}
.BgClassName
{
background-color: #CEED67;
}
</style>
border-color css
<style>
span { border-color: #CEED67; }
span { border-color: rgb(206,237,103); }
td.TdClassName
{
border-color: #CEED67;
}
.TagClassName
{
border-color: #CEED67;
}
</style>