Shades of Mindaro #CFED51
Tints of Mindaro #CFED51
RGB
CMYK
RGB Variations
Color information
#CFED51 (or 0xCFED51) is known color: Mindaro. HEX triplet: CF, ED and 51. RGB value is (207,237,81). Sum of RGB (Red+Green+Blue) = 207+237+81=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED51 is #3012AE. Grayscale: #D2D2D2. Windows color (decimal): -3150511 or 5369295. OLE color: 5369295.
HSL color Cylindrical-coordinate representation of color #CFED51: hue angle of 71.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFED51 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 81 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.07 |
| HSL | 71.54º | 0.81% | 0.62% | - |
| HSV(B) | 71.54º | 0.66% | 0.93% | - |
| XYZ | 57.5 | 74.43 | 19.12 | - |
| YUV | 210.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 81 | 0.13 | 0 | 0.66 | 0.07 | 71.54 | 0.81 | 0.62 |
| Hex | CF | ED | 51 | D | 0 | 42 | 7 | 48 | 51 | 3E |
| Octal | 317 | 355 | 121 | 15 | 0 | 102 | 7 | 110 | 121 | 76 |
| Binary | 11001111 | 11101101 | 1010001 | 1101 | 0 | 1000010 | 111 | 1001000 | 1010001 | 111110 |
Color Harmonies of #CFED51
Complementary color
Monochromatic Colors of #CFED51
Black with #CFED51
Text Example
Text Example
White with #CFED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED51; }
p { color: rgb(207,237,81); }
H1.HeaderClassName
{
color: #CFED51;
}
.AnyTagClassName
{
color: #CFED51;
}
</style>
background-color css
<style>
a { background-color: #CFED51; }
a { background-color: rgb(207,237,81); }
div.DivClassName
{
background-color: #CFED51;
}
.BgClassName
{
background-color: #CFED51;
}
</style>
border-color css
<style>
span { border-color: #CFED51; }
span { border-color: rgb(207,237,81); }
td.TdClassName
{
border-color: #CFED51;
}
.TagClassName
{
border-color: #CFED51;
}
</style>