Shades of Mindaro #CBF15D
Tints of Mindaro #CBF15D
RGB
CMYK
RGB Variations
Color information
#CBF15D (or 0xCBF15D) is known color: Mindaro. HEX triplet: CB, F1 and 5D. RGB value is (203,241,93). Sum of RGB (Red+Green+Blue) = 203+241+93=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF15D is #340EA2. Grayscale: #D5D5D5. Windows color (decimal): -3411619 or 6156747. OLE color: 6156747.
HSL color Cylindrical-coordinate representation of color #CBF15D: hue angle of 75.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBF15D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 93 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.05 |
| HSL | 75.41º | 0.84% | 0.65% | - |
| HSV(B) | 75.41º | 0.61% | 0.95% | - |
| XYZ | 58.06 | 76.4 | 22.04 | - |
| YUV | 212.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 93 | 0.16 | 0 | 0.61 | 0.05 | 75.41 | 0.84 | 0.65 |
| Hex | CB | F1 | 5D | 10 | 0 | 3D | 5 | 4B | 54 | 41 |
| Octal | 313 | 361 | 135 | 20 | 0 | 75 | 5 | 113 | 124 | 101 |
| Binary | 11001011 | 11110001 | 1011101 | 10000 | 0 | 111101 | 101 | 1001011 | 1010100 | 1000001 |
Color Harmonies of #CBF15D
Complementary color
Monochromatic Colors of #CBF15D
Black with #CBF15D
Text Example
Text Example
White with #CBF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF15D; }
p { color: rgb(203,241,93); }
H1.HeaderClassName
{
color: #CBF15D;
}
.AnyTagClassName
{
color: #CBF15D;
}
</style>
background-color css
<style>
a { background-color: #CBF15D; }
a { background-color: rgb(203,241,93); }
div.DivClassName
{
background-color: #CBF15D;
}
.BgClassName
{
background-color: #CBF15D;
}
</style>
border-color css
<style>
span { border-color: #CBF15D; }
span { border-color: rgb(203,241,93); }
td.TdClassName
{
border-color: #CBF15D;
}
.TagClassName
{
border-color: #CBF15D;
}
</style>