Shades of Mindaro #CDFE67
Tints of Mindaro #CDFE67
RGB
CMYK
RGB Variations
Color information
#CDFE67 (or 0xCDFE67) is known color: Mindaro. HEX triplet: CD, FE and 67. RGB value is (205,254,103). Sum of RGB (Red+Green+Blue) = 205+254+103=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE67 is #320198. Grayscale: #DEDEDE. Windows color (decimal): -3277209 or 6815437. OLE color: 6815437.
HSL color Cylindrical-coordinate representation of color #CDFE67: hue angle of 79.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDFE67 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 103 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.00 |
| HSL | 79.47º | 0.99% | 0.7% | - |
| HSV(B) | 79.47º | 0.59% | 1% | - |
| XYZ | 63.07 | 84.84 | 25.88 | - |
| YUV | 222.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 103 | 0.19 | 0 | 0.59 | 0.00 | 79.47 | 0.99 | 0.7 |
| Hex | CD | FE | 67 | 13 | 0 | 3B | 0 | 4F | 63 | 46 |
| Octal | 315 | 376 | 147 | 23 | 0 | 73 | 0 | 117 | 143 | 106 |
| Binary | 11001101 | 11111110 | 1100111 | 10011 | 0 | 111011 | 0 | 1001111 | 1100011 | 1000110 |
Color Harmonies of #CDFE67
Complementary color
Monochromatic Colors of #CDFE67
Black with #CDFE67
Text Example
Text Example
White with #CDFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE67; }
p { color: rgb(205,254,103); }
H1.HeaderClassName
{
color: #CDFE67;
}
.AnyTagClassName
{
color: #CDFE67;
}
</style>
background-color css
<style>
a { background-color: #CDFE67; }
a { background-color: rgb(205,254,103); }
div.DivClassName
{
background-color: #CDFE67;
}
.BgClassName
{
background-color: #CDFE67;
}
</style>
border-color css
<style>
span { border-color: #CDFE67; }
span { border-color: rgb(205,254,103); }
td.TdClassName
{
border-color: #CDFE67;
}
.TagClassName
{
border-color: #CDFE67;
}
</style>