Shades of Mindaro #CFE56B
Tints of Mindaro #CFE56B
RGB
CMYK
RGB Variations
Color information
#CFE56B (or 0xCFE56B) is known color: Mindaro. HEX triplet: CF, E5 and 6B. RGB value is (207,229,107). Sum of RGB (Red+Green+Blue) = 207+229+107=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE56B is #301A94. Grayscale: #D0D0D0. Windows color (decimal): -3152533 or 7071183. OLE color: 7071183.
HSL color Cylindrical-coordinate representation of color #CFE56B: hue angle of 70.82º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE56B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 107 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 70.82º | 0.7% | 0.66% | - |
| HSV(B) | 70.82º | 0.53% | 0.9% | - |
| XYZ | 56.41 | 70.37 | 24.52 | - |
| YUV | 208.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 107 | 0.10 | 0 | 0.53 | 0.10 | 70.82 | 0.7 | 0.66 |
| Hex | CF | E5 | 6B | A | 0 | 35 | A | 47 | 46 | 42 |
| Octal | 317 | 345 | 153 | 12 | 0 | 65 | 12 | 107 | 106 | 102 |
| Binary | 11001111 | 11100101 | 1101011 | 1010 | 0 | 110101 | 1010 | 1000111 | 1000110 | 1000010 |
Color Harmonies of #CFE56B
Complementary color
Monochromatic Colors of #CFE56B
Black with #CFE56B
Text Example
Text Example
White with #CFE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE56B; }
p { color: rgb(207,229,107); }
H1.HeaderClassName
{
color: #CFE56B;
}
.AnyTagClassName
{
color: #CFE56B;
}
</style>
background-color css
<style>
a { background-color: #CFE56B; }
a { background-color: rgb(207,229,107); }
div.DivClassName
{
background-color: #CFE56B;
}
.BgClassName
{
background-color: #CFE56B;
}
</style>
border-color css
<style>
span { border-color: #CFE56B; }
span { border-color: rgb(207,229,107); }
td.TdClassName
{
border-color: #CFE56B;
}
.TagClassName
{
border-color: #CFE56B;
}
</style>