Shades of Mindaro #CFF351
Tints of Mindaro #CFF351
RGB
CMYK
RGB Variations
Color information
#CFF351 (or 0xCFF351) is known color: Mindaro. HEX triplet: CF, F3 and 51. RGB value is (207,243,81). Sum of RGB (Red+Green+Blue) = 207+243+81=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF351 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF351 is #300CAE. Grayscale: #D6D6D6. Windows color (decimal): -3148975 or 5370831. OLE color: 5370831.
HSL color Cylindrical-coordinate representation of color #CFF351: hue angle of 73.33º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFF351 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 81 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.05 |
| HSL | 73.33º | 0.87% | 0.64% | - |
| HSV(B) | 73.33º | 0.67% | 0.95% | - |
| XYZ | 59.27 | 77.96 | 19.71 | - |
| YUV | 213.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 81 | 0.15 | 0 | 0.67 | 0.05 | 73.33 | 0.87 | 0.64 |
| Hex | CF | F3 | 51 | F | 0 | 43 | 5 | 49 | 57 | 40 |
| Octal | 317 | 363 | 121 | 17 | 0 | 103 | 5 | 111 | 127 | 100 |
| Binary | 11001111 | 11110011 | 1010001 | 1111 | 0 | 1000011 | 101 | 1001001 | 1010111 | 1000000 |
Color Harmonies of #CFF351
Complementary color
Monochromatic Colors of #CFF351
Black with #CFF351
Text Example
Text Example
White with #CFF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF351; }
p { color: rgb(207,243,81); }
H1.HeaderClassName
{
color: #CFF351;
}
.AnyTagClassName
{
color: #CFF351;
}
</style>
background-color css
<style>
a { background-color: #CFF351; }
a { background-color: rgb(207,243,81); }
div.DivClassName
{
background-color: #CFF351;
}
.BgClassName
{
background-color: #CFF351;
}
</style>
border-color css
<style>
span { border-color: #CFF351; }
span { border-color: rgb(207,243,81); }
td.TdClassName
{
border-color: #CFF351;
}
.TagClassName
{
border-color: #CFF351;
}
</style>