Shades of Mindaro #CFEB6A
Tints of Mindaro #CFEB6A
RGB
CMYK
RGB Variations
Color information
#CFEB6A (or 0xCFEB6A) is known color: Mindaro. HEX triplet: CF, EB and 6A. RGB value is (207,235,106). Sum of RGB (Red+Green+Blue) = 207+235+106=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB6A is #301495. Grayscale: #D4D4D4. Windows color (decimal): -3150998 or 7007183. OLE color: 7007183.
HSL color Cylindrical-coordinate representation of color #CFEB6A: hue angle of 73.02º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFEB6A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 106 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.08 |
| HSL | 73.02º | 0.76% | 0.67% | - |
| HSV(B) | 73.02º | 0.55% | 0.92% | - |
| XYZ | 58.04 | 73.72 | 24.81 | - |
| YUV | 211.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 106 | 0.12 | 0 | 0.55 | 0.08 | 73.02 | 0.76 | 0.67 |
| Hex | CF | EB | 6A | C | 0 | 37 | 8 | 49 | 4C | 43 |
| Octal | 317 | 353 | 152 | 14 | 0 | 67 | 10 | 111 | 114 | 103 |
| Binary | 11001111 | 11101011 | 1101010 | 1100 | 0 | 110111 | 1000 | 1001001 | 1001100 | 1000011 |
Color Harmonies of #CFEB6A
Complementary color
Monochromatic Colors of #CFEB6A
Black with #CFEB6A
Text Example
Text Example
White with #CFEB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEB6A; }
p { color: rgb(207,235,106); }
H1.HeaderClassName
{
color: #CFEB6A;
}
.AnyTagClassName
{
color: #CFEB6A;
}
</style>
background-color css
<style>
a { background-color: #CFEB6A; }
a { background-color: rgb(207,235,106); }
div.DivClassName
{
background-color: #CFEB6A;
}
.BgClassName
{
background-color: #CFEB6A;
}
</style>
border-color css
<style>
span { border-color: #CFEB6A; }
span { border-color: rgb(207,235,106); }
td.TdClassName
{
border-color: #CFEB6A;
}
.TagClassName
{
border-color: #CFEB6A;
}
</style>