Shades of Mindaro #CFE65B
Tints of Mindaro #CFE65B
RGB
CMYK
RGB Variations
Color information
#CFE65B (or 0xCFE65B) is known color: Mindaro. HEX triplet: CF, E6 and 5B. RGB value is (207,230,91). Sum of RGB (Red+Green+Blue) = 207+230+91=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE65B is #3019A4. Grayscale: #CFCFCF. Windows color (decimal): -3152293 or 6022863. OLE color: 6022863.
HSL color Cylindrical-coordinate representation of color #CFE65B: hue angle of 69.93º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE65B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 91 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.10 |
| HSL | 69.93º | 0.74% | 0.63% | - |
| HSV(B) | 69.93º | 0.6% | 0.9% | - |
| XYZ | 55.92 | 70.61 | 20.58 | - |
| YUV | 207.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 91 | 0.10 | 0 | 0.60 | 0.10 | 69.93 | 0.74 | 0.63 |
| Hex | CF | E6 | 5B | A | 0 | 3C | A | 46 | 4A | 3F |
| Octal | 317 | 346 | 133 | 12 | 0 | 74 | 12 | 106 | 112 | 77 |
| Binary | 11001111 | 11100110 | 1011011 | 1010 | 0 | 111100 | 1010 | 1000110 | 1001010 | 111111 |
Color Harmonies of #CFE65B
Complementary color
Monochromatic Colors of #CFE65B
Black with #CFE65B
Text Example
Text Example
White with #CFE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE65B; }
p { color: rgb(207,230,91); }
H1.HeaderClassName
{
color: #CFE65B;
}
.AnyTagClassName
{
color: #CFE65B;
}
</style>
background-color css
<style>
a { background-color: #CFE65B; }
a { background-color: rgb(207,230,91); }
div.DivClassName
{
background-color: #CFE65B;
}
.BgClassName
{
background-color: #CFE65B;
}
</style>
border-color css
<style>
span { border-color: #CFE65B; }
span { border-color: rgb(207,230,91); }
td.TdClassName
{
border-color: #CFE65B;
}
.TagClassName
{
border-color: #CFE65B;
}
</style>