Shades of Mindaro #CFF65C
Tints of Mindaro #CFF65C
RGB
CMYK
RGB Variations
Color information
#CFF65C (or 0xCFF65C) is known color: Mindaro. HEX triplet: CF, F6 and 5C. RGB value is (207,246,92). Sum of RGB (Red+Green+Blue) = 207+246+92=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF65C is #3009A3. Grayscale: #D9D9D9. Windows color (decimal): -3148196 or 6092495. OLE color: 6092495.
HSL color Cylindrical-coordinate representation of color #CFF65C: hue angle of 75.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFF65C is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 92 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.04 |
| HSL | 75.19º | 0.9% | 0.66% | - |
| HSV(B) | 75.19º | 0.63% | 0.96% | - |
| XYZ | 60.62 | 79.95 | 22.36 | - |
| YUV | 216.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 92 | 0.16 | 0 | 0.63 | 0.04 | 75.19 | 0.9 | 0.66 |
| Hex | CF | F6 | 5C | 10 | 0 | 3F | 4 | 4B | 5A | 42 |
| Octal | 317 | 366 | 134 | 20 | 0 | 77 | 4 | 113 | 132 | 102 |
| Binary | 11001111 | 11110110 | 1011100 | 10000 | 0 | 111111 | 100 | 1001011 | 1011010 | 1000010 |
Color Harmonies of #CFF65C
Complementary color
Monochromatic Colors of #CFF65C
Black with #CFF65C
Text Example
Text Example
White with #CFF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF65C; }
p { color: rgb(207,246,92); }
H1.HeaderClassName
{
color: #CFF65C;
}
.AnyTagClassName
{
color: #CFF65C;
}
</style>
background-color css
<style>
a { background-color: #CFF65C; }
a { background-color: rgb(207,246,92); }
div.DivClassName
{
background-color: #CFF65C;
}
.BgClassName
{
background-color: #CFF65C;
}
</style>
border-color css
<style>
span { border-color: #CFF65C; }
span { border-color: rgb(207,246,92); }
td.TdClassName
{
border-color: #CFF65C;
}
.TagClassName
{
border-color: #CFF65C;
}
</style>