Shades of Mindaro #CFFD5B
Tints of Mindaro #CFFD5B
RGB
CMYK
RGB Variations
Color information
#CFFD5B (or 0xCFFD5B) is known color: Mindaro. HEX triplet: CF, FD and 5B. RGB value is (207,253,91). Sum of RGB (Red+Green+Blue) = 207+253+91=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD5B is #3002A4. Grayscale: #DDDDDD. Windows color (decimal): -3146405 or 6028751. OLE color: 6028751.
HSL color Cylindrical-coordinate representation of color #CFFD5B: hue angle of 77.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFFD5B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 91 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.01 |
| HSL | 77.04º | 0.98% | 0.67% | - |
| HSV(B) | 77.04º | 0.64% | 0.99% | - |
| XYZ | 62.75 | 84.27 | 22.86 | - |
| YUV | 220.78 | 54.76 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 91 | 0.18 | 0 | 0.64 | 0.01 | 77.04 | 0.98 | 0.67 |
| Hex | CF | FD | 5B | 12 | 0 | 40 | 1 | 4D | 62 | 43 |
| Octal | 317 | 375 | 133 | 22 | 0 | 100 | 1 | 115 | 142 | 103 |
| Binary | 11001111 | 11111101 | 1011011 | 10010 | 0 | 1000000 | 1 | 1001101 | 1100010 | 1000011 |
Color Harmonies of #CFFD5B
Complementary color
Monochromatic Colors of #CFFD5B
Black with #CFFD5B
Text Example
Text Example
White with #CFFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD5B; }
p { color: rgb(207,253,91); }
H1.HeaderClassName
{
color: #CFFD5B;
}
.AnyTagClassName
{
color: #CFFD5B;
}
</style>
background-color css
<style>
a { background-color: #CFFD5B; }
a { background-color: rgb(207,253,91); }
div.DivClassName
{
background-color: #CFFD5B;
}
.BgClassName
{
background-color: #CFFD5B;
}
</style>
border-color css
<style>
span { border-color: #CFFD5B; }
span { border-color: rgb(207,253,91); }
td.TdClassName
{
border-color: #CFFD5B;
}
.TagClassName
{
border-color: #CFFD5B;
}
</style>