Shades of Mindaro #CFEB54
Tints of Mindaro #CFEB54
RGB
CMYK
RGB Variations
Color information
#CFEB54 (or 0xCFEB54) is known color: Mindaro. HEX triplet: CF, EB and 54. RGB value is (207,235,84). Sum of RGB (Red+Green+Blue) = 207+235+84=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB54 is #3014AB. Grayscale: #D1D1D1. Windows color (decimal): -3151020 or 5565391. OLE color: 5565391.
HSL color Cylindrical-coordinate representation of color #CFEB54: hue angle of 71.13º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFEB54 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 84 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.08 |
| HSL | 71.13º | 0.79% | 0.63% | - |
| HSV(B) | 71.13º | 0.64% | 0.92% | - |
| XYZ | 57.04 | 73.32 | 19.53 | - |
| YUV | 209.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 84 | 0.12 | 0 | 0.64 | 0.08 | 71.13 | 0.79 | 0.63 |
| Hex | CF | EB | 54 | C | 0 | 40 | 8 | 47 | 4F | 3F |
| Octal | 317 | 353 | 124 | 14 | 0 | 100 | 10 | 107 | 117 | 77 |
| Binary | 11001111 | 11101011 | 1010100 | 1100 | 0 | 1000000 | 1000 | 1000111 | 1001111 | 111111 |
Color Harmonies of #CFEB54
Complementary color
Monochromatic Colors of #CFEB54
Black with #CFEB54
Text Example
Text Example
White with #CFEB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB54; }
p { color: rgb(207,235,84); }
H1.HeaderClassName
{
color: #CFEB54;
}
.AnyTagClassName
{
color: #CFEB54;
}
</style>
background-color css
<style>
a { background-color: #CFEB54; }
a { background-color: rgb(207,235,84); }
div.DivClassName
{
background-color: #CFEB54;
}
.BgClassName
{
background-color: #CFEB54;
}
</style>
border-color css
<style>
span { border-color: #CFEB54; }
span { border-color: rgb(207,235,84); }
td.TdClassName
{
border-color: #CFEB54;
}
.TagClassName
{
border-color: #CFEB54;
}
</style>