Shades of Mindaro #CEF152
Tints of Mindaro #CEF152
RGB
CMYK
RGB Variations
Color information
#CEF152 (or 0xCEF152) is known color: Mindaro. HEX triplet: CE, F1 and 52. RGB value is (206,241,82). Sum of RGB (Red+Green+Blue) = 206+241+82=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF152 is #310EAD. Grayscale: #D5D5D5. Windows color (decimal): -3215022 or 5435854. OLE color: 5435854.
HSL color Cylindrical-coordinate representation of color #CEF152: hue angle of 73.21º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEF152 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.21º | 0.85% | 0.63% | - |
| HSV(B) | 73.21º | 0.66% | 0.95% | - |
| XYZ | 58.43 | 76.64 | 19.7 | - |
| YUV | 212.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 82 | 0.15 | 0 | 0.66 | 0.05 | 73.21 | 0.85 | 0.63 |
| Hex | CE | F1 | 52 | F | 0 | 42 | 5 | 49 | 55 | 3F |
| Octal | 316 | 361 | 122 | 17 | 0 | 102 | 5 | 111 | 125 | 77 |
| Binary | 11001110 | 11110001 | 1010010 | 1111 | 0 | 1000010 | 101 | 1001001 | 1010101 | 111111 |
Color Harmonies of #CEF152
Complementary color
Monochromatic Colors of #CEF152
Black with #CEF152
Text Example
Text Example
White with #CEF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF152; }
p { color: rgb(206,241,82); }
H1.HeaderClassName
{
color: #CEF152;
}
.AnyTagClassName
{
color: #CEF152;
}
</style>
background-color css
<style>
a { background-color: #CEF152; }
a { background-color: rgb(206,241,82); }
div.DivClassName
{
background-color: #CEF152;
}
.BgClassName
{
background-color: #CEF152;
}
</style>
border-color css
<style>
span { border-color: #CEF152; }
span { border-color: rgb(206,241,82); }
td.TdClassName
{
border-color: #CEF152;
}
.TagClassName
{
border-color: #CEF152;
}
</style>