Shades of Mindaro #CFF354
Tints of Mindaro #CFF354
RGB
CMYK
RGB Variations
Color information
#CFF354 (or 0xCFF354) is known color: Mindaro. HEX triplet: CF, F3 and 54. RGB value is (207,243,84). Sum of RGB (Red+Green+Blue) = 207+243+84=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF354 is #300CAB. Grayscale: #D6D6D6. Windows color (decimal): -3148972 or 5567439. OLE color: 5567439.
HSL color Cylindrical-coordinate representation of color #CFF354: hue angle of 73.58º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFF354 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 84 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.05 |
| HSL | 73.58º | 0.87% | 0.64% | - |
| HSV(B) | 73.58º | 0.65% | 0.95% | - |
| XYZ | 59.38 | 78.01 | 20.31 | - |
| YUV | 214.11 | 54.57 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 84 | 0.15 | 0 | 0.65 | 0.05 | 73.58 | 0.87 | 0.64 |
| Hex | CF | F3 | 54 | F | 0 | 41 | 5 | 4A | 57 | 40 |
| Octal | 317 | 363 | 124 | 17 | 0 | 101 | 5 | 112 | 127 | 100 |
| Binary | 11001111 | 11110011 | 1010100 | 1111 | 0 | 1000001 | 101 | 1001010 | 1010111 | 1000000 |
Color Harmonies of #CFF354
Complementary color
Monochromatic Colors of #CFF354
Black with #CFF354
Text Example
Text Example
White with #CFF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF354; }
p { color: rgb(207,243,84); }
H1.HeaderClassName
{
color: #CFF354;
}
.AnyTagClassName
{
color: #CFF354;
}
</style>
background-color css
<style>
a { background-color: #CFF354; }
a { background-color: rgb(207,243,84); }
div.DivClassName
{
background-color: #CFF354;
}
.BgClassName
{
background-color: #CFF354;
}
</style>
border-color css
<style>
span { border-color: #CFF354; }
span { border-color: rgb(207,243,84); }
td.TdClassName
{
border-color: #CFF354;
}
.TagClassName
{
border-color: #CFF354;
}
</style>