Shades of Mindaro #CBFE67
Tints of Mindaro #CBFE67
RGB
CMYK
RGB Variations
Color information
#CBFE67 (or 0xCBFE67) is known color: Mindaro. HEX triplet: CB, FE and 67. RGB value is (203,254,103). Sum of RGB (Red+Green+Blue) = 203+254+103=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE67 is #340198. Grayscale: #DEDEDE. Windows color (decimal): -3408281 or 6815435. OLE color: 6815435.
HSL color Cylindrical-coordinate representation of color #CBFE67: hue angle of 80.26º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBFE67 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 103 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.00 |
| HSL | 80.26º | 0.99% | 0.7% | - |
| HSV(B) | 80.26º | 0.59% | 1% | - |
| XYZ | 62.52 | 84.56 | 25.86 | - |
| YUV | 221.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 103 | 0.20 | 0 | 0.59 | 0.00 | 80.26 | 0.99 | 0.7 |
| Hex | CB | FE | 67 | 14 | 0 | 3B | 0 | 50 | 63 | 46 |
| Octal | 313 | 376 | 147 | 24 | 0 | 73 | 0 | 120 | 143 | 106 |
| Binary | 11001011 | 11111110 | 1100111 | 10100 | 0 | 111011 | 0 | 1010000 | 1100011 | 1000110 |
Color Harmonies of #CBFE67
Complementary color
Monochromatic Colors of #CBFE67
Black with #CBFE67
Text Example
Text Example
White with #CBFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFE67; }
p { color: rgb(203,254,103); }
H1.HeaderClassName
{
color: #CBFE67;
}
.AnyTagClassName
{
color: #CBFE67;
}
</style>
background-color css
<style>
a { background-color: #CBFE67; }
a { background-color: rgb(203,254,103); }
div.DivClassName
{
background-color: #CBFE67;
}
.BgClassName
{
background-color: #CBFE67;
}
</style>
border-color css
<style>
span { border-color: #CBFE67; }
span { border-color: rgb(203,254,103); }
td.TdClassName
{
border-color: #CBFE67;
}
.TagClassName
{
border-color: #CBFE67;
}
</style>