Shades of Mindaro #CFE75C
Tints of Mindaro #CFE75C
RGB
CMYK
RGB Variations
Color information
#CFE75C (or 0xCFE75C) is known color: Mindaro. HEX triplet: CF, E7 and 5C. RGB value is (207,231,92). Sum of RGB (Red+Green+Blue) = 207+231+92=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE75C is #3018A3. Grayscale: #D0D0D0. Windows color (decimal): -3152036 or 6088655. OLE color: 6088655.
HSL color Cylindrical-coordinate representation of color #CFE75C: hue angle of 70.36º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE75C is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 92 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.09 |
| HSL | 70.36º | 0.74% | 0.63% | - |
| HSV(B) | 70.36º | 0.6% | 0.91% | - |
| XYZ | 56.24 | 71.19 | 20.9 | - |
| YUV | 207.98 | 62.55 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 92 | 0.10 | 0 | 0.60 | 0.09 | 70.36 | 0.74 | 0.63 |
| Hex | CF | E7 | 5C | A | 0 | 3C | 9 | 46 | 4A | 3F |
| Octal | 317 | 347 | 134 | 12 | 0 | 74 | 11 | 106 | 112 | 77 |
| Binary | 11001111 | 11100111 | 1011100 | 1010 | 0 | 111100 | 1001 | 1000110 | 1001010 | 111111 |
Color Harmonies of #CFE75C
Complementary color
Monochromatic Colors of #CFE75C
Black with #CFE75C
Text Example
Text Example
White with #CFE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE75C; }
p { color: rgb(207,231,92); }
H1.HeaderClassName
{
color: #CFE75C;
}
.AnyTagClassName
{
color: #CFE75C;
}
</style>
background-color css
<style>
a { background-color: #CFE75C; }
a { background-color: rgb(207,231,92); }
div.DivClassName
{
background-color: #CFE75C;
}
.BgClassName
{
background-color: #CFE75C;
}
</style>
border-color css
<style>
span { border-color: #CFE75C; }
span { border-color: rgb(207,231,92); }
td.TdClassName
{
border-color: #CFE75C;
}
.TagClassName
{
border-color: #CFE75C;
}
</style>