Shades of Mindaro #CFE45B
Tints of Mindaro #CFE45B
RGB
CMYK
RGB Variations
Color information
#CFE45B (or 0xCFE45B) is known color: Mindaro. HEX triplet: CF, E4 and 5B. RGB value is (207,228,91). Sum of RGB (Red+Green+Blue) = 207+228+91=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE45B is #301BA4. Grayscale: #CECECE. Windows color (decimal): -3152805 or 6022351. OLE color: 6022351.
HSL color Cylindrical-coordinate representation of color #CFE45B: hue angle of 69.2º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE45B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 91 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.11 |
| HSL | 69.2º | 0.72% | 0.63% | - |
| HSV(B) | 69.2º | 0.6% | 0.89% | - |
| XYZ | 55.36 | 69.51 | 20.4 | - |
| YUV | 206.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 91 | 0.09 | 0 | 0.60 | 0.11 | 69.2 | 0.72 | 0.63 |
| Hex | CF | E4 | 5B | 9 | 0 | 3C | B | 45 | 48 | 3F |
| Octal | 317 | 344 | 133 | 11 | 0 | 74 | 13 | 105 | 110 | 77 |
| Binary | 11001111 | 11100100 | 1011011 | 1001 | 0 | 111100 | 1011 | 1000101 | 1001000 | 111111 |
Color Harmonies of #CFE45B
Complementary color
Monochromatic Colors of #CFE45B
Black with #CFE45B
Text Example
Text Example
White with #CFE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE45B; }
p { color: rgb(207,228,91); }
H1.HeaderClassName
{
color: #CFE45B;
}
.AnyTagClassName
{
color: #CFE45B;
}
</style>
background-color css
<style>
a { background-color: #CFE45B; }
a { background-color: rgb(207,228,91); }
div.DivClassName
{
background-color: #CFE45B;
}
.BgClassName
{
background-color: #CFE45B;
}
</style>
border-color css
<style>
span { border-color: #CFE45B; }
span { border-color: rgb(207,228,91); }
td.TdClassName
{
border-color: #CFE45B;
}
.TagClassName
{
border-color: #CFE45B;
}
</style>