Shades of Mindaro #CFF15D
Tints of Mindaro #CFF15D
RGB
CMYK
RGB Variations
Color information
#CFF15D (or 0xCFF15D) is known color: Mindaro. HEX triplet: CF, F1 and 5D. RGB value is (207,241,93). Sum of RGB (Red+Green+Blue) = 207+241+93=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15D is #300EA2. Grayscale: #D6D6D6. Windows color (decimal): -3149475 or 6156751. OLE color: 6156751.
HSL color Cylindrical-coordinate representation of color #CFF15D: hue angle of 73.78º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFF15D is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 93 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.05 |
| HSL | 73.78º | 0.84% | 0.65% | - |
| HSV(B) | 73.78º | 0.61% | 0.95% | - |
| XYZ | 59.16 | 76.97 | 22.09 | - |
| YUV | 213.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 93 | 0.14 | 0 | 0.61 | 0.05 | 73.78 | 0.84 | 0.65 |
| Hex | CF | F1 | 5D | E | 0 | 3D | 5 | 4A | 54 | 41 |
| Octal | 317 | 361 | 135 | 16 | 0 | 75 | 5 | 112 | 124 | 101 |
| Binary | 11001111 | 11110001 | 1011101 | 1110 | 0 | 111101 | 101 | 1001010 | 1010100 | 1000001 |
Color Harmonies of #CFF15D
Complementary color
Monochromatic Colors of #CFF15D
Black with #CFF15D
Text Example
Text Example
White with #CFF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF15D; }
p { color: rgb(207,241,93); }
H1.HeaderClassName
{
color: #CFF15D;
}
.AnyTagClassName
{
color: #CFF15D;
}
</style>
background-color css
<style>
a { background-color: #CFF15D; }
a { background-color: rgb(207,241,93); }
div.DivClassName
{
background-color: #CFF15D;
}
.BgClassName
{
background-color: #CFF15D;
}
</style>
border-color css
<style>
span { border-color: #CFF15D; }
span { border-color: rgb(207,241,93); }
td.TdClassName
{
border-color: #CFF15D;
}
.TagClassName
{
border-color: #CFF15D;
}
</style>