Shades of Mindaro #C8FB5C
Tints of Mindaro #C8FB5C
RGB
CMYK
RGB Variations
Color information
#C8FB5C (or 0xC8FB5C) is known color: Mindaro. HEX triplet: C8, FB and 5C. RGB value is (200,251,92). Sum of RGB (Red+Green+Blue) = 200+251+92=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB5C is #3704A3. Grayscale: #DADADA. Windows color (decimal): -3605668 or 6093768. OLE color: 6093768.
HSL color Cylindrical-coordinate representation of color #C8FB5C: hue angle of 79.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8FB5C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 92 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.02 |
| HSL | 79.25º | 0.95% | 0.67% | - |
| HSV(B) | 79.25º | 0.63% | 0.98% | - |
| XYZ | 60.25 | 82.05 | 22.79 | - |
| YUV | 217.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 92 | 0.20 | 0 | 0.63 | 0.02 | 79.25 | 0.95 | 0.67 |
| Hex | C8 | FB | 5C | 14 | 0 | 3F | 2 | 4F | 5F | 43 |
| Octal | 310 | 373 | 134 | 24 | 0 | 77 | 2 | 117 | 137 | 103 |
| Binary | 11001000 | 11111011 | 1011100 | 10100 | 0 | 111111 | 10 | 1001111 | 1011111 | 1000011 |
Color Harmonies of #C8FB5C
Complementary color
Monochromatic Colors of #C8FB5C
Black with #C8FB5C
Text Example
Text Example
White with #C8FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB5C; }
p { color: rgb(200,251,92); }
H1.HeaderClassName
{
color: #C8FB5C;
}
.AnyTagClassName
{
color: #C8FB5C;
}
</style>
background-color css
<style>
a { background-color: #C8FB5C; }
a { background-color: rgb(200,251,92); }
div.DivClassName
{
background-color: #C8FB5C;
}
.BgClassName
{
background-color: #C8FB5C;
}
</style>
border-color css
<style>
span { border-color: #C8FB5C; }
span { border-color: rgb(200,251,92); }
td.TdClassName
{
border-color: #C8FB5C;
}
.TagClassName
{
border-color: #C8FB5C;
}
</style>