Shades of Mindaro #CBFC5C
Tints of Mindaro #CBFC5C
RGB
CMYK
RGB Variations
Color information
#CBFC5C (or 0xCBFC5C) is known color: Mindaro. HEX triplet: CB, FC and 5C. RGB value is (203,252,92). Sum of RGB (Red+Green+Blue) = 203+252+92=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFC5C is #3403A3. Grayscale: #DBDBDB. Windows color (decimal): -3408804 or 6094027. OLE color: 6094027.
HSL color Cylindrical-coordinate representation of color #CBFC5C: hue angle of 78.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBFC5C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 92 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.01 |
| HSL | 78.38º | 0.96% | 0.67% | - |
| HSV(B) | 78.38º | 0.63% | 0.99% | - |
| XYZ | 61.37 | 83.09 | 22.93 | - |
| YUV | 219.11 | 56.27 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 92 | 0.19 | 0 | 0.63 | 0.01 | 78.38 | 0.96 | 0.67 |
| Hex | CB | FC | 5C | 13 | 0 | 3F | 1 | 4E | 60 | 43 |
| Octal | 313 | 374 | 134 | 23 | 0 | 77 | 1 | 116 | 140 | 103 |
| Binary | 11001011 | 11111100 | 1011100 | 10011 | 0 | 111111 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CBFC5C
Complementary color
Monochromatic Colors of #CBFC5C
Black with #CBFC5C
Text Example
Text Example
White with #CBFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFC5C; }
p { color: rgb(203,252,92); }
H1.HeaderClassName
{
color: #CBFC5C;
}
.AnyTagClassName
{
color: #CBFC5C;
}
</style>
background-color css
<style>
a { background-color: #CBFC5C; }
a { background-color: rgb(203,252,92); }
div.DivClassName
{
background-color: #CBFC5C;
}
.BgClassName
{
background-color: #CBFC5C;
}
</style>
border-color css
<style>
span { border-color: #CBFC5C; }
span { border-color: rgb(203,252,92); }
td.TdClassName
{
border-color: #CBFC5C;
}
.TagClassName
{
border-color: #CBFC5C;
}
</style>