Shades of Mindaro #CDF351
Tints of Mindaro #CDF351
RGB
CMYK
RGB Variations
Color information
#CDF351 (or 0xCDF351) is known color: Mindaro. HEX triplet: CD, F3 and 51. RGB value is (205,243,81). Sum of RGB (Red+Green+Blue) = 205+243+81=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF351 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF351 is #320CAE. Grayscale: #D5D5D5. Windows color (decimal): -3280047 or 5370829. OLE color: 5370829.
HSL color Cylindrical-coordinate representation of color #CDF351: hue angle of 74.07º 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 #CDF351 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 81 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 74.07º | 0.87% | 0.64% | - |
| HSV(B) | 74.07º | 0.67% | 0.95% | - |
| XYZ | 58.71 | 77.67 | 19.68 | - |
| YUV | 213.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 81 | 0.16 | 0 | 0.67 | 0.05 | 74.07 | 0.87 | 0.64 |
| Hex | CD | F3 | 51 | 10 | 0 | 43 | 5 | 4A | 57 | 40 |
| Octal | 315 | 363 | 121 | 20 | 0 | 103 | 5 | 112 | 127 | 100 |
| Binary | 11001101 | 11110011 | 1010001 | 10000 | 0 | 1000011 | 101 | 1001010 | 1010111 | 1000000 |
Color Harmonies of #CDF351
Complementary color
Monochromatic Colors of #CDF351
Black with #CDF351
Text Example
Text Example
White with #CDF351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF351; }
p { color: rgb(205,243,81); }
H1.HeaderClassName
{
color: #CDF351;
}
.AnyTagClassName
{
color: #CDF351;
}
</style>
background-color css
<style>
a { background-color: #CDF351; }
a { background-color: rgb(205,243,81); }
div.DivClassName
{
background-color: #CDF351;
}
.BgClassName
{
background-color: #CDF351;
}
</style>
border-color css
<style>
span { border-color: #CDF351; }
span { border-color: rgb(205,243,81); }
td.TdClassName
{
border-color: #CDF351;
}
.TagClassName
{
border-color: #CDF351;
}
</style>