Shades of Mindaro #CFF35D
Tints of Mindaro #CFF35D
RGB
CMYK
RGB Variations
Color information
#CFF35D (or 0xCFF35D) is known color: Mindaro. HEX triplet: CF, F3 and 5D. RGB value is (207,243,93). Sum of RGB (Red+Green+Blue) = 207+243+93=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF35D is #300CA2. Grayscale: #D7D7D7. Windows color (decimal): -3148963 or 6157263. OLE color: 6157263.
HSL color Cylindrical-coordinate representation of color #CFF35D: hue angle of 74.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFF35D is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 93 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.05 |
| HSL | 74.4º | 0.86% | 0.66% | - |
| HSV(B) | 74.4º | 0.62% | 0.95% | - |
| XYZ | 59.76 | 78.16 | 22.29 | - |
| YUV | 215.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 93 | 0.15 | 0 | 0.62 | 0.05 | 74.4 | 0.86 | 0.66 |
| Hex | CF | F3 | 5D | F | 0 | 3E | 5 | 4A | 56 | 42 |
| Octal | 317 | 363 | 135 | 17 | 0 | 76 | 5 | 112 | 126 | 102 |
| Binary | 11001111 | 11110011 | 1011101 | 1111 | 0 | 111110 | 101 | 1001010 | 1010110 | 1000010 |
Color Harmonies of #CFF35D
Complementary color
Monochromatic Colors of #CFF35D
Black with #CFF35D
Text Example
Text Example
White with #CFF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF35D; }
p { color: rgb(207,243,93); }
H1.HeaderClassName
{
color: #CFF35D;
}
.AnyTagClassName
{
color: #CFF35D;
}
</style>
background-color css
<style>
a { background-color: #CFF35D; }
a { background-color: rgb(207,243,93); }
div.DivClassName
{
background-color: #CFF35D;
}
.BgClassName
{
background-color: #CFF35D;
}
</style>
border-color css
<style>
span { border-color: #CFF35D; }
span { border-color: rgb(207,243,93); }
td.TdClassName
{
border-color: #CFF35D;
}
.TagClassName
{
border-color: #CFF35D;
}
</style>