Shades of Mindaro #CFEF68
Tints of Mindaro #CFEF68
RGB
CMYK
RGB Variations
Color information
#CFEF68 (or 0xCFEF68) is known color: Mindaro. HEX triplet: CF, EF and 68. RGB value is (207,239,104). Sum of RGB (Red+Green+Blue) = 207+239+104=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF68 is #301097. Grayscale: #D6D6D6. Windows color (decimal): -3149976 or 6877135. OLE color: 6877135.
HSL color Cylindrical-coordinate representation of color #CFEF68: hue angle of 74.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFEF68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 104 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.06 |
| HSL | 74.22º | 0.81% | 0.67% | - |
| HSV(B) | 74.22º | 0.56% | 0.94% | - |
| XYZ | 59.1 | 76 | 24.65 | - |
| YUV | 214.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 104 | 0.13 | 0 | 0.56 | 0.06 | 74.22 | 0.81 | 0.67 |
| Hex | CF | EF | 68 | D | 0 | 38 | 6 | 4A | 51 | 43 |
| Octal | 317 | 357 | 150 | 15 | 0 | 70 | 6 | 112 | 121 | 103 |
| Binary | 11001111 | 11101111 | 1101000 | 1101 | 0 | 111000 | 110 | 1001010 | 1010001 | 1000011 |
Color Harmonies of #CFEF68
Complementary color
Monochromatic Colors of #CFEF68
Black with #CFEF68
Text Example
Text Example
White with #CFEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF68; }
p { color: rgb(207,239,104); }
H1.HeaderClassName
{
color: #CFEF68;
}
.AnyTagClassName
{
color: #CFEF68;
}
</style>
background-color css
<style>
a { background-color: #CFEF68; }
a { background-color: rgb(207,239,104); }
div.DivClassName
{
background-color: #CFEF68;
}
.BgClassName
{
background-color: #CFEF68;
}
</style>
border-color css
<style>
span { border-color: #CFEF68; }
span { border-color: rgb(207,239,104); }
td.TdClassName
{
border-color: #CFEF68;
}
.TagClassName
{
border-color: #CFEF68;
}
</style>