Shades of Mindaro #CFED5C
Tints of Mindaro #CFED5C
RGB
CMYK
RGB Variations
Color information
#CFED5C (or 0xCFED5C) is known color: Mindaro. HEX triplet: CF, ED and 5C. RGB value is (207,237,92). Sum of RGB (Red+Green+Blue) = 207+237+92=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED5C is #3012A3. Grayscale: #D4D4D4. Windows color (decimal): -3150500 or 6090191. OLE color: 6090191.
HSL color Cylindrical-coordinate representation of color #CFED5C: hue angle of 72.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFED5C is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 92 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.07 |
| HSL | 72.41º | 0.8% | 0.65% | - |
| HSV(B) | 72.41º | 0.61% | 0.93% | - |
| XYZ | 57.95 | 74.61 | 21.47 | - |
| YUV | 211.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 92 | 0.13 | 0 | 0.61 | 0.07 | 72.41 | 0.8 | 0.65 |
| Hex | CF | ED | 5C | D | 0 | 3D | 7 | 48 | 50 | 41 |
| Octal | 317 | 355 | 134 | 15 | 0 | 75 | 7 | 110 | 120 | 101 |
| Binary | 11001111 | 11101101 | 1011100 | 1101 | 0 | 111101 | 111 | 1001000 | 1010000 | 1000001 |
Color Harmonies of #CFED5C
Complementary color
Monochromatic Colors of #CFED5C
Black with #CFED5C
Text Example
Text Example
White with #CFED5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED5C; }
p { color: rgb(207,237,92); }
H1.HeaderClassName
{
color: #CFED5C;
}
.AnyTagClassName
{
color: #CFED5C;
}
</style>
background-color css
<style>
a { background-color: #CFED5C; }
a { background-color: rgb(207,237,92); }
div.DivClassName
{
background-color: #CFED5C;
}
.BgClassName
{
background-color: #CFED5C;
}
</style>
border-color css
<style>
span { border-color: #CFED5C; }
span { border-color: rgb(207,237,92); }
td.TdClassName
{
border-color: #CFED5C;
}
.TagClassName
{
border-color: #CFED5C;
}
</style>