Shades of Mindaro #CBF05C
Tints of Mindaro #CBF05C
RGB
CMYK
RGB Variations
Color information
#CBF05C (or 0xCBF05C) is known color: Mindaro. HEX triplet: CB, F0 and 5C. RGB value is (203,240,92). Sum of RGB (Red+Green+Blue) = 203+240+92=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF05C is #340FA3. Grayscale: #D4D4D4. Windows color (decimal): -3411876 or 6090955. OLE color: 6090955.
HSL color Cylindrical-coordinate representation of color #CBF05C: hue angle of 75º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBF05C is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 92 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.06 |
| HSL | 75º | 0.83% | 0.65% | - |
| HSV(B) | 75º | 0.62% | 0.94% | - |
| XYZ | 57.72 | 75.79 | 21.71 | - |
| YUV | 212.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 92 | 0.15 | 0 | 0.62 | 0.06 | 75 | 0.83 | 0.65 |
| Hex | CB | F0 | 5C | F | 0 | 3E | 6 | 4B | 53 | 41 |
| Octal | 313 | 360 | 134 | 17 | 0 | 76 | 6 | 113 | 123 | 101 |
| Binary | 11001011 | 11110000 | 1011100 | 1111 | 0 | 111110 | 110 | 1001011 | 1010011 | 1000001 |
Color Harmonies of #CBF05C
Complementary color
Monochromatic Colors of #CBF05C
Black with #CBF05C
Text Example
Text Example
White with #CBF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF05C; }
p { color: rgb(203,240,92); }
H1.HeaderClassName
{
color: #CBF05C;
}
.AnyTagClassName
{
color: #CBF05C;
}
</style>
background-color css
<style>
a { background-color: #CBF05C; }
a { background-color: rgb(203,240,92); }
div.DivClassName
{
background-color: #CBF05C;
}
.BgClassName
{
background-color: #CBF05C;
}
</style>
border-color css
<style>
span { border-color: #CBF05C; }
span { border-color: rgb(203,240,92); }
td.TdClassName
{
border-color: #CBF05C;
}
.TagClassName
{
border-color: #CBF05C;
}
</style>