Shades of Mindaro #CBFC65
Tints of Mindaro #CBFC65
RGB
CMYK
RGB Variations
Color information
#CBFC65 (or 0xCBFC65) is known color: Mindaro. HEX triplet: CB, FC and 65. RGB value is (203,252,101). Sum of RGB (Red+Green+Blue) = 203+252+101=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC65 is #34039A. Grayscale: #DCDCDC. Windows color (decimal): -3408795 or 6683851. OLE color: 6683851.
HSL color Cylindrical-coordinate representation of color #CBFC65: hue angle of 79.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBFC65 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 101 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.01 |
| HSL | 79.47º | 0.96% | 0.69% | - |
| HSV(B) | 79.47º | 0.6% | 0.99% | - |
| XYZ | 61.79 | 83.26 | 25.13 | - |
| YUV | 220.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 101 | 0.19 | 0 | 0.60 | 0.01 | 79.47 | 0.96 | 0.69 |
| Hex | CB | FC | 65 | 13 | 0 | 3C | 1 | 4F | 60 | 45 |
| Octal | 313 | 374 | 145 | 23 | 0 | 74 | 1 | 117 | 140 | 105 |
| Binary | 11001011 | 11111100 | 1100101 | 10011 | 0 | 111100 | 1 | 1001111 | 1100000 | 1000101 |
Color Harmonies of #CBFC65
Complementary color
Monochromatic Colors of #CBFC65
Black with #CBFC65
Text Example
Text Example
White with #CBFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC65; }
p { color: rgb(203,252,101); }
H1.HeaderClassName
{
color: #CBFC65;
}
.AnyTagClassName
{
color: #CBFC65;
}
</style>
background-color css
<style>
a { background-color: #CBFC65; }
a { background-color: rgb(203,252,101); }
div.DivClassName
{
background-color: #CBFC65;
}
.BgClassName
{
background-color: #CBFC65;
}
</style>
border-color css
<style>
span { border-color: #CBFC65; }
span { border-color: rgb(203,252,101); }
td.TdClassName
{
border-color: #CBFC65;
}
.TagClassName
{
border-color: #CBFC65;
}
</style>