Shades of Mindaro #CFF25C
Tints of Mindaro #CFF25C
RGB
CMYK
RGB Variations
Color information
#CFF25C (or 0xCFF25C) is known color: Mindaro. HEX triplet: CF, F2 and 5C. RGB value is (207,242,92). Sum of RGB (Red+Green+Blue) = 207+242+92=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF25C is #300DA3. Grayscale: #D7D7D7. Windows color (decimal): -3149220 or 6091471. OLE color: 6091471.
HSL color Cylindrical-coordinate representation of color #CFF25C: hue angle of 74º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF25C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.05 |
| HSL | 74º | 0.85% | 0.65% | - |
| HSV(B) | 74º | 0.62% | 0.95% | - |
| XYZ | 59.42 | 77.54 | 21.96 | - |
| YUV | 214.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 92 | 0.14 | 0 | 0.62 | 0.05 | 74 | 0.85 | 0.65 |
| Hex | CF | F2 | 5C | E | 0 | 3E | 5 | 4A | 55 | 41 |
| Octal | 317 | 362 | 134 | 16 | 0 | 76 | 5 | 112 | 125 | 101 |
| Binary | 11001111 | 11110010 | 1011100 | 1110 | 0 | 111110 | 101 | 1001010 | 1010101 | 1000001 |
Color Harmonies of #CFF25C
Complementary color
Monochromatic Colors of #CFF25C
Black with #CFF25C
Text Example
Text Example
White with #CFF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF25C; }
p { color: rgb(207,242,92); }
H1.HeaderClassName
{
color: #CFF25C;
}
.AnyTagClassName
{
color: #CFF25C;
}
</style>
background-color css
<style>
a { background-color: #CFF25C; }
a { background-color: rgb(207,242,92); }
div.DivClassName
{
background-color: #CFF25C;
}
.BgClassName
{
background-color: #CFF25C;
}
</style>
border-color css
<style>
span { border-color: #CFF25C; }
span { border-color: rgb(207,242,92); }
td.TdClassName
{
border-color: #CFF25C;
}
.TagClassName
{
border-color: #CFF25C;
}
</style>