Shades of Mindaro #CBFF67
Tints of Mindaro #CBFF67
RGB
CMYK
RGB Variations
Color information
#CBFF67 (or 0xCBFF67) is known color: Mindaro. HEX triplet: CB, FF and 67. RGB value is (203,255,103). Sum of RGB (Red+Green+Blue) = 203+255+103=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFF67 is #340098. Grayscale: #DEDEDE. Windows color (decimal): -3408025 or 6815691. OLE color: 6815691.
HSL color Cylindrical-coordinate representation of color #CBFF67: hue angle of 80.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBFF67 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 103 | - |
| CMYK | 0.20 | 0 | 0.60 | 0 |
| HSL | 80.53º | 1% | 0.7% | - |
| HSV(B) | 80.53º | 0.6% | 1% | - |
| XYZ | 62.84 | 85.2 | 25.96 | - |
| YUV | 222.12 | 60.77 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 103 | 0.20 | 0 | 0.60 | 0 | 80.53 | 1 | 0.7 |
| Hex | CB | FF | 67 | 14 | 0 | 3C | 0 | 51 | 64 | 46 |
| Octal | 313 | 377 | 147 | 24 | 0 | 74 | 0 | 121 | 144 | 106 |
| Binary | 11001011 | 11111111 | 1100111 | 10100 | 0 | 111100 | 0 | 1010001 | 1100100 | 1000110 |
Color Harmonies of #CBFF67
Complementary color
Monochromatic Colors of #CBFF67
Black with #CBFF67
Text Example
Text Example
White with #CBFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFF67; }
p { color: rgb(203,255,103); }
H1.HeaderClassName
{
color: #CBFF67;
}
.AnyTagClassName
{
color: #CBFF67;
}
</style>
background-color css
<style>
a { background-color: #CBFF67; }
a { background-color: rgb(203,255,103); }
div.DivClassName
{
background-color: #CBFF67;
}
.BgClassName
{
background-color: #CBFF67;
}
</style>
border-color css
<style>
span { border-color: #CBFF67; }
span { border-color: rgb(203,255,103); }
td.TdClassName
{
border-color: #CBFF67;
}
.TagClassName
{
border-color: #CBFF67;
}
</style>