Shades of Mindaro #CFE95B
Tints of Mindaro #CFE95B
RGB
CMYK
RGB Variations
Color information
#CFE95B (or 0xCFE95B) is known color: Mindaro. HEX triplet: CF, E9 and 5B. RGB value is (207,233,91). Sum of RGB (Red+Green+Blue) = 207+233+91=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE95B is #3016A4. Grayscale: #D1D1D1. Windows color (decimal): -3151525 or 6023631. OLE color: 6023631.
HSL color Cylindrical-coordinate representation of color #CFE95B: hue angle of 70.99º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE95B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 91 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.09 |
| HSL | 70.99º | 0.76% | 0.64% | - |
| HSV(B) | 70.99º | 0.61% | 0.91% | - |
| XYZ | 56.76 | 72.3 | 20.86 | - |
| YUV | 209.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 91 | 0.11 | 0 | 0.61 | 0.09 | 70.99 | 0.76 | 0.64 |
| Hex | CF | E9 | 5B | B | 0 | 3D | 9 | 47 | 4C | 40 |
| Octal | 317 | 351 | 133 | 13 | 0 | 75 | 11 | 107 | 114 | 100 |
| Binary | 11001111 | 11101001 | 1011011 | 1011 | 0 | 111101 | 1001 | 1000111 | 1001100 | 1000000 |
Color Harmonies of #CFE95B
Complementary color
Monochromatic Colors of #CFE95B
Black with #CFE95B
Text Example
Text Example
White with #CFE95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE95B; }
p { color: rgb(207,233,91); }
H1.HeaderClassName
{
color: #CFE95B;
}
.AnyTagClassName
{
color: #CFE95B;
}
</style>
background-color css
<style>
a { background-color: #CFE95B; }
a { background-color: rgb(207,233,91); }
div.DivClassName
{
background-color: #CFE95B;
}
.BgClassName
{
background-color: #CFE95B;
}
</style>
border-color css
<style>
span { border-color: #CFE95B; }
span { border-color: rgb(207,233,91); }
td.TdClassName
{
border-color: #CFE95B;
}
.TagClassName
{
border-color: #CFE95B;
}
</style>