Shades of Mindaro #CDF953
Tints of Mindaro #CDF953
RGB
CMYK
RGB Variations
Color information
#CDF953 (or 0xCDF953) is known color: Mindaro. HEX triplet: CD, F9 and 53. RGB value is (205,249,83). Sum of RGB (Red+Green+Blue) = 205+249+83=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF953 is #3206AC. Grayscale: #D9D9D9. Windows color (decimal): -3278509 or 5503437. OLE color: 5503437.
HSL color Cylindrical-coordinate representation of color #CDF953: hue angle of 75.9º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDF953 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 83 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.02 |
| HSL | 75.9º | 0.93% | 0.65% | - |
| HSV(B) | 75.9º | 0.67% | 0.98% | - |
| XYZ | 60.61 | 81.36 | 20.69 | - |
| YUV | 216.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 83 | 0.18 | 0 | 0.67 | 0.02 | 75.9 | 0.93 | 0.65 |
| Hex | CD | F9 | 53 | 12 | 0 | 43 | 2 | 4C | 5D | 41 |
| Octal | 315 | 371 | 123 | 22 | 0 | 103 | 2 | 114 | 135 | 101 |
| Binary | 11001101 | 11111001 | 1010011 | 10010 | 0 | 1000011 | 10 | 1001100 | 1011101 | 1000001 |
Color Harmonies of #CDF953
Complementary color
Monochromatic Colors of #CDF953
Black with #CDF953
Text Example
Text Example
White with #CDF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF953; }
p { color: rgb(205,249,83); }
H1.HeaderClassName
{
color: #CDF953;
}
.AnyTagClassName
{
color: #CDF953;
}
</style>
background-color css
<style>
a { background-color: #CDF953; }
a { background-color: rgb(205,249,83); }
div.DivClassName
{
background-color: #CDF953;
}
.BgClassName
{
background-color: #CDF953;
}
</style>
border-color css
<style>
span { border-color: #CDF953; }
span { border-color: rgb(205,249,83); }
td.TdClassName
{
border-color: #CDF953;
}
.TagClassName
{
border-color: #CDF953;
}
</style>