Shades of Mindaro #CBF255
Tints of Mindaro #CBF255
RGB
CMYK
RGB Variations
Color information
#CBF255 (or 0xCBF255) is known color: Mindaro. HEX triplet: CB, F2 and 55. RGB value is (203,242,85). Sum of RGB (Red+Green+Blue) = 203+242+85=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF255 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF255 is #340DAA. Grayscale: #D5D5D5. Windows color (decimal): -3411371 or 5632715. OLE color: 5632715.
HSL color Cylindrical-coordinate representation of color #CBF255: hue angle of 74.9º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBF255 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 85 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.05 |
| HSL | 74.9º | 0.86% | 0.64% | - |
| HSV(B) | 74.9º | 0.65% | 0.95% | - |
| XYZ | 58.02 | 76.86 | 20.37 | - |
| YUV | 212.44 | 56.08 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 85 | 0.16 | 0 | 0.65 | 0.05 | 74.9 | 0.86 | 0.64 |
| Hex | CB | F2 | 55 | 10 | 0 | 41 | 5 | 4B | 56 | 40 |
| Octal | 313 | 362 | 125 | 20 | 0 | 101 | 5 | 113 | 126 | 100 |
| Binary | 11001011 | 11110010 | 1010101 | 10000 | 0 | 1000001 | 101 | 1001011 | 1010110 | 1000000 |
Color Harmonies of #CBF255
Complementary color
Monochromatic Colors of #CBF255
Black with #CBF255
Text Example
Text Example
White with #CBF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF255; }
p { color: rgb(203,242,85); }
H1.HeaderClassName
{
color: #CBF255;
}
.AnyTagClassName
{
color: #CBF255;
}
</style>
background-color css
<style>
a { background-color: #CBF255; }
a { background-color: rgb(203,242,85); }
div.DivClassName
{
background-color: #CBF255;
}
.BgClassName
{
background-color: #CBF255;
}
</style>
border-color css
<style>
span { border-color: #CBF255; }
span { border-color: rgb(203,242,85); }
td.TdClassName
{
border-color: #CBF255;
}
.TagClassName
{
border-color: #CBF255;
}
</style>