Shades of Mindaro #CFED68
Tints of Mindaro #CFED68
RGB
CMYK
RGB Variations
Color information
#CFED68 (or 0xCFED68) is known color: Mindaro. HEX triplet: CF, ED and 68. RGB value is (207,237,104). Sum of RGB (Red+Green+Blue) = 207+237+104=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED68 is #301297. Grayscale: #D5D5D5. Windows color (decimal): -3150488 or 6876623. OLE color: 6876623.
HSL color Cylindrical-coordinate representation of color #CFED68: hue angle of 73.53º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFED68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 104 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.07 |
| HSL | 73.53º | 0.79% | 0.67% | - |
| HSV(B) | 73.53º | 0.56% | 0.93% | - |
| XYZ | 58.52 | 74.83 | 24.46 | - |
| YUV | 212.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 104 | 0.13 | 0 | 0.56 | 0.07 | 73.53 | 0.79 | 0.67 |
| Hex | CF | ED | 68 | D | 0 | 38 | 7 | 4A | 4F | 43 |
| Octal | 317 | 355 | 150 | 15 | 0 | 70 | 7 | 112 | 117 | 103 |
| Binary | 11001111 | 11101101 | 1101000 | 1101 | 0 | 111000 | 111 | 1001010 | 1001111 | 1000011 |
Color Harmonies of #CFED68
Complementary color
Monochromatic Colors of #CFED68
Black with #CFED68
Text Example
Text Example
White with #CFED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED68; }
p { color: rgb(207,237,104); }
H1.HeaderClassName
{
color: #CFED68;
}
.AnyTagClassName
{
color: #CFED68;
}
</style>
background-color css
<style>
a { background-color: #CFED68; }
a { background-color: rgb(207,237,104); }
div.DivClassName
{
background-color: #CFED68;
}
.BgClassName
{
background-color: #CFED68;
}
</style>
border-color css
<style>
span { border-color: #CFED68; }
span { border-color: rgb(207,237,104); }
td.TdClassName
{
border-color: #CFED68;
}
.TagClassName
{
border-color: #CFED68;
}
</style>