Shades of Mindaro #CFE35B
Tints of Mindaro #CFE35B
RGB
CMYK
RGB Variations
Color information
#CFE35B (or 0xCFE35B) is known color: Mindaro. HEX triplet: CF, E3 and 5B. RGB value is (207,227,91). Sum of RGB (Red+Green+Blue) = 207+227+91=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE35B is #301CA4. Grayscale: #CECECE. Windows color (decimal): -3153061 or 6022095. OLE color: 6022095.
HSL color Cylindrical-coordinate representation of color #CFE35B: hue angle of 68.82º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE35B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 91 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.11 |
| HSL | 68.82º | 0.71% | 0.62% | - |
| HSV(B) | 68.82º | 0.6% | 0.89% | - |
| XYZ | 55.09 | 68.96 | 20.3 | - |
| YUV | 205.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 91 | 0.09 | 0 | 0.60 | 0.11 | 68.82 | 0.71 | 0.62 |
| Hex | CF | E3 | 5B | 9 | 0 | 3C | B | 45 | 47 | 3E |
| Octal | 317 | 343 | 133 | 11 | 0 | 74 | 13 | 105 | 107 | 76 |
| Binary | 11001111 | 11100011 | 1011011 | 1001 | 0 | 111100 | 1011 | 1000101 | 1000111 | 111110 |
Color Harmonies of #CFE35B
Complementary color
Monochromatic Colors of #CFE35B
Black with #CFE35B
Text Example
Text Example
White with #CFE35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE35B; }
p { color: rgb(207,227,91); }
H1.HeaderClassName
{
color: #CFE35B;
}
.AnyTagClassName
{
color: #CFE35B;
}
</style>
background-color css
<style>
a { background-color: #CFE35B; }
a { background-color: rgb(207,227,91); }
div.DivClassName
{
background-color: #CFE35B;
}
.BgClassName
{
background-color: #CFE35B;
}
</style>
border-color css
<style>
span { border-color: #CFE35B; }
span { border-color: rgb(207,227,91); }
td.TdClassName
{
border-color: #CFE35B;
}
.TagClassName
{
border-color: #CFE35B;
}
</style>