Shades of Mindaro #CFF352
Tints of Mindaro #CFF352
RGB
CMYK
RGB Variations
Color information
#CFF352 (or 0xCFF352) is known color: Mindaro. HEX triplet: CF, F3 and 52. RGB value is (207,243,82). Sum of RGB (Red+Green+Blue) = 207+243+82=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF352 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF352 is #300CAD. Grayscale: #D6D6D6. Windows color (decimal): -3148974 or 5436367. OLE color: 5436367.
HSL color Cylindrical-coordinate representation of color #CFF352: hue angle of 73.42º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFF352 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 82 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.42º | 0.87% | 0.64% | - |
| HSV(B) | 73.42º | 0.66% | 0.95% | - |
| XYZ | 59.31 | 77.98 | 19.91 | - |
| YUV | 213.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 82 | 0.15 | 0 | 0.66 | 0.05 | 73.42 | 0.87 | 0.64 |
| Hex | CF | F3 | 52 | F | 0 | 42 | 5 | 49 | 57 | 40 |
| Octal | 317 | 363 | 122 | 17 | 0 | 102 | 5 | 111 | 127 | 100 |
| Binary | 11001111 | 11110011 | 1010010 | 1111 | 0 | 1000010 | 101 | 1001001 | 1010111 | 1000000 |
Color Harmonies of #CFF352
Complementary color
Monochromatic Colors of #CFF352
Black with #CFF352
Text Example
Text Example
White with #CFF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF352; }
p { color: rgb(207,243,82); }
H1.HeaderClassName
{
color: #CFF352;
}
.AnyTagClassName
{
color: #CFF352;
}
</style>
background-color css
<style>
a { background-color: #CFF352; }
a { background-color: rgb(207,243,82); }
div.DivClassName
{
background-color: #CFF352;
}
.BgClassName
{
background-color: #CFF352;
}
</style>
border-color css
<style>
span { border-color: #CFF352; }
span { border-color: rgb(207,243,82); }
td.TdClassName
{
border-color: #CFF352;
}
.TagClassName
{
border-color: #CFF352;
}
</style>