Shades of Mindaro #CDFB68
Tints of Mindaro #CDFB68
RGB
CMYK
RGB Variations
Color information
#CDFB68 (or 0xCDFB68) is known color: Mindaro. HEX triplet: CD, FB and 68. RGB value is (205,251,104). Sum of RGB (Red+Green+Blue) = 205+251+104=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB68 is #320497. Grayscale: #DDDDDD. Windows color (decimal): -3277976 or 6880205. OLE color: 6880205.
HSL color Cylindrical-coordinate representation of color #CDFB68: hue angle of 78.78º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDFB68 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 104 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.02 |
| HSL | 78.78º | 0.95% | 0.7% | - |
| HSV(B) | 78.78º | 0.59% | 0.98% | - |
| XYZ | 62.17 | 82.97 | 25.84 | - |
| YUV | 220.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 104 | 0.18 | 0 | 0.59 | 0.02 | 78.78 | 0.95 | 0.7 |
| Hex | CD | FB | 68 | 12 | 0 | 3B | 2 | 4F | 5F | 46 |
| Octal | 315 | 373 | 150 | 22 | 0 | 73 | 2 | 117 | 137 | 106 |
| Binary | 11001101 | 11111011 | 1101000 | 10010 | 0 | 111011 | 10 | 1001111 | 1011111 | 1000110 |
Color Harmonies of #CDFB68
Complementary color
Monochromatic Colors of #CDFB68
Black with #CDFB68
Text Example
Text Example
White with #CDFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB68; }
p { color: rgb(205,251,104); }
H1.HeaderClassName
{
color: #CDFB68;
}
.AnyTagClassName
{
color: #CDFB68;
}
</style>
background-color css
<style>
a { background-color: #CDFB68; }
a { background-color: rgb(205,251,104); }
div.DivClassName
{
background-color: #CDFB68;
}
.BgClassName
{
background-color: #CDFB68;
}
</style>
border-color css
<style>
span { border-color: #CDFB68; }
span { border-color: rgb(205,251,104); }
td.TdClassName
{
border-color: #CDFB68;
}
.TagClassName
{
border-color: #CDFB68;
}
</style>