Shades of Mindaro #CBF264
Tints of Mindaro #CBF264
RGB
CMYK
RGB Variations
Color information
#CBF264 (or 0xCBF264) is known color: Mindaro. HEX triplet: CB, F2 and 64. RGB value is (203,242,100). Sum of RGB (Red+Green+Blue) = 203+242+100=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF264 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF264 is #340D9B. Grayscale: #D6D6D6. Windows color (decimal): -3411356 or 6615755. OLE color: 6615755.
HSL color Cylindrical-coordinate representation of color #CBF264: hue angle of 76.48º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBF264 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 100 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.05 |
| HSL | 76.48º | 0.85% | 0.67% | - |
| HSV(B) | 76.48º | 0.59% | 0.95% | - |
| XYZ | 58.68 | 77.12 | 23.85 | - |
| YUV | 214.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 100 | 0.16 | 0 | 0.59 | 0.05 | 76.48 | 0.85 | 0.67 |
| Hex | CB | F2 | 64 | 10 | 0 | 3B | 5 | 4C | 55 | 43 |
| Octal | 313 | 362 | 144 | 20 | 0 | 73 | 5 | 114 | 125 | 103 |
| Binary | 11001011 | 11110010 | 1100100 | 10000 | 0 | 111011 | 101 | 1001100 | 1010101 | 1000011 |
Color Harmonies of #CBF264
Complementary color
Monochromatic Colors of #CBF264
Black with #CBF264
Text Example
Text Example
White with #CBF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF264; }
p { color: rgb(203,242,100); }
H1.HeaderClassName
{
color: #CBF264;
}
.AnyTagClassName
{
color: #CBF264;
}
</style>
background-color css
<style>
a { background-color: #CBF264; }
a { background-color: rgb(203,242,100); }
div.DivClassName
{
background-color: #CBF264;
}
.BgClassName
{
background-color: #CBF264;
}
</style>
border-color css
<style>
span { border-color: #CBF264; }
span { border-color: rgb(203,242,100); }
td.TdClassName
{
border-color: #CBF264;
}
.TagClassName
{
border-color: #CBF264;
}
</style>