Shades of Mindaro #CFF15C
Tints of Mindaro #CFF15C
RGB
CMYK
RGB Variations
Color information
#CFF15C (or 0xCFF15C) is known color: Mindaro. HEX triplet: CF, F1 and 5C. RGB value is (207,241,92). Sum of RGB (Red+Green+Blue) = 207+241+92=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF15C is #300EA3. Grayscale: #D6D6D6. Windows color (decimal): -3149476 or 6091215. OLE color: 6091215.
HSL color Cylindrical-coordinate representation of color #CFF15C: hue angle of 73.69º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF15C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 73.69º | 0.84% | 0.65% | - |
| HSV(B) | 73.69º | 0.62% | 0.95% | - |
| XYZ | 59.12 | 76.95 | 21.86 | - |
| YUV | 213.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 92 | 0.14 | 0 | 0.62 | 0.05 | 73.69 | 0.84 | 0.65 |
| Hex | CF | F1 | 5C | E | 0 | 3E | 5 | 4A | 54 | 41 |
| Octal | 317 | 361 | 134 | 16 | 0 | 76 | 5 | 112 | 124 | 101 |
| Binary | 11001111 | 11110001 | 1011100 | 1110 | 0 | 111110 | 101 | 1001010 | 1010100 | 1000001 |
Color Harmonies of #CFF15C
Complementary color
Monochromatic Colors of #CFF15C
Black with #CFF15C
Text Example
Text Example
White with #CFF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF15C; }
p { color: rgb(207,241,92); }
H1.HeaderClassName
{
color: #CFF15C;
}
.AnyTagClassName
{
color: #CFF15C;
}
</style>
background-color css
<style>
a { background-color: #CFF15C; }
a { background-color: rgb(207,241,92); }
div.DivClassName
{
background-color: #CFF15C;
}
.BgClassName
{
background-color: #CFF15C;
}
</style>
border-color css
<style>
span { border-color: #CFF15C; }
span { border-color: rgb(207,241,92); }
td.TdClassName
{
border-color: #CFF15C;
}
.TagClassName
{
border-color: #CFF15C;
}
</style>