Shades of Mindaro #CEFD5C
Tints of Mindaro #CEFD5C
RGB
CMYK
RGB Variations
Color information
#CEFD5C (or 0xCEFD5C) is known color: Mindaro. HEX triplet: CE, FD and 5C. RGB value is (206,253,92). Sum of RGB (Red+Green+Blue) = 206+253+92=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD5C is #3102A3. Grayscale: #DDDDDD. Windows color (decimal): -3211940 or 6094286. OLE color: 6094286.
HSL color Cylindrical-coordinate representation of color #CEFD5C: hue angle of 77.52º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEFD5C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 92 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 77.52º | 0.98% | 0.68% | - |
| HSV(B) | 77.52º | 0.64% | 0.99% | - |
| XYZ | 62.51 | 84.15 | 23.07 | - |
| YUV | 220.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 92 | 0.19 | 0 | 0.64 | 0.01 | 77.52 | 0.98 | 0.68 |
| Hex | CE | FD | 5C | 13 | 0 | 40 | 1 | 4E | 62 | 44 |
| Octal | 316 | 375 | 134 | 23 | 0 | 100 | 1 | 116 | 142 | 104 |
| Binary | 11001110 | 11111101 | 1011100 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CEFD5C
Complementary color
Monochromatic Colors of #CEFD5C
Black with #CEFD5C
Text Example
Text Example
White with #CEFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD5C; }
p { color: rgb(206,253,92); }
H1.HeaderClassName
{
color: #CEFD5C;
}
.AnyTagClassName
{
color: #CEFD5C;
}
</style>
background-color css
<style>
a { background-color: #CEFD5C; }
a { background-color: rgb(206,253,92); }
div.DivClassName
{
background-color: #CEFD5C;
}
.BgClassName
{
background-color: #CEFD5C;
}
</style>
border-color css
<style>
span { border-color: #CEFD5C; }
span { border-color: rgb(206,253,92); }
td.TdClassName
{
border-color: #CEFD5C;
}
.TagClassName
{
border-color: #CEFD5C;
}
</style>