Shades of Mindaro #CFED64
Tints of Mindaro #CFED64
RGB
CMYK
RGB Variations
Color information
#CFED64 (or 0xCFED64) is known color: Mindaro. HEX triplet: CF, ED and 64. RGB value is (207,237,100). Sum of RGB (Red+Green+Blue) = 207+237+100=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED64 is #30129B. Grayscale: #D4D4D4. Windows color (decimal): -3150492 or 6614479. OLE color: 6614479.
HSL color Cylindrical-coordinate representation of color #CFED64: hue angle of 73.14º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFED64 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 100 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.07 |
| HSL | 73.14º | 0.79% | 0.66% | - |
| HSV(B) | 73.14º | 0.58% | 0.93% | - |
| XYZ | 58.32 | 74.75 | 23.41 | - |
| YUV | 212.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 100 | 0.13 | 0 | 0.58 | 0.07 | 73.14 | 0.79 | 0.66 |
| Hex | CF | ED | 64 | D | 0 | 3A | 7 | 49 | 4F | 42 |
| Octal | 317 | 355 | 144 | 15 | 0 | 72 | 7 | 111 | 117 | 102 |
| Binary | 11001111 | 11101101 | 1100100 | 1101 | 0 | 111010 | 111 | 1001001 | 1001111 | 1000010 |
Color Harmonies of #CFED64
Complementary color
Monochromatic Colors of #CFED64
Black with #CFED64
Text Example
Text Example
White with #CFED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED64; }
p { color: rgb(207,237,100); }
H1.HeaderClassName
{
color: #CFED64;
}
.AnyTagClassName
{
color: #CFED64;
}
</style>
background-color css
<style>
a { background-color: #CFED64; }
a { background-color: rgb(207,237,100); }
div.DivClassName
{
background-color: #CFED64;
}
.BgClassName
{
background-color: #CFED64;
}
</style>
border-color css
<style>
span { border-color: #CFED64; }
span { border-color: rgb(207,237,100); }
td.TdClassName
{
border-color: #CFED64;
}
.TagClassName
{
border-color: #CFED64;
}
</style>