Shades of Mindaro #CFF357
Tints of Mindaro #CFF357
RGB
CMYK
RGB Variations
Color information
#CFF357 (or 0xCFF357) is known color: Mindaro. HEX triplet: CF, F3 and 57. RGB value is (207,243,87). Sum of RGB (Red+Green+Blue) = 207+243+87=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 87 (34.38% from 255 or 16.20% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF357 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF357 is #300CA8. Grayscale: #D7D7D7. Windows color (decimal): -3148969 or 5764047. OLE color: 5764047.
HSL color Cylindrical-coordinate representation of color #CFF357: hue angle of 73.85º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFF357 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 87 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 73.85º | 0.87% | 0.65% | - |
| HSV(B) | 73.85º | 0.64% | 0.95% | - |
| XYZ | 59.5 | 78.05 | 20.95 | - |
| YUV | 214.45 | 56.07 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 87 | 0.15 | 0 | 0.64 | 0.05 | 73.85 | 0.87 | 0.65 |
| Hex | CF | F3 | 57 | F | 0 | 40 | 5 | 4A | 57 | 41 |
| Octal | 317 | 363 | 127 | 17 | 0 | 100 | 5 | 112 | 127 | 101 |
| Binary | 11001111 | 11110011 | 1010111 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010111 | 1000001 |
Color Harmonies of #CFF357
Complementary color
Monochromatic Colors of #CFF357
Black with #CFF357
Text Example
Text Example
White with #CFF357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF357; }
p { color: rgb(207,243,87); }
H1.HeaderClassName
{
color: #CFF357;
}
.AnyTagClassName
{
color: #CFF357;
}
</style>
background-color css
<style>
a { background-color: #CFF357; }
a { background-color: rgb(207,243,87); }
div.DivClassName
{
background-color: #CFF357;
}
.BgClassName
{
background-color: #CFF357;
}
</style>
border-color css
<style>
span { border-color: #CFF357; }
span { border-color: rgb(207,243,87); }
td.TdClassName
{
border-color: #CFF357;
}
.TagClassName
{
border-color: #CFF357;
}
</style>