Shades of Sulu #C8F58A
Tints of Sulu #C8F58A
RGB
CMYK
RGB Variations
Color information
#C8F58A (or 0xC8F58A) is known color: Sulu. HEX triplet: C8, F5 and 8A. RGB value is (200,245,138). Sum of RGB (Red+Green+Blue) = 200+245+138=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F58A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F58A is #370A75. Grayscale: #DBDBDB. Windows color (decimal): -3607158 or 9106888. OLE color: 9106888.
HSL color Cylindrical-coordinate representation of color #C8F58A: hue angle of 85.23º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8F58A is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 138 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.04 |
| HSL | 85.23º | 0.84% | 0.75% | - |
| HSV(B) | 85.23º | 0.44% | 0.96% | - |
| XYZ | 61.06 | 79.42 | 36.16 | - |
| YUV | 219.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 138 | 0.18 | 0 | 0.44 | 0.04 | 85.23 | 0.84 | 0.75 |
| Hex | C8 | F5 | 8A | 12 | 0 | 2C | 4 | 55 | 54 | 4B |
| Octal | 310 | 365 | 212 | 22 | 0 | 54 | 4 | 125 | 124 | 113 |
| Binary | 11001000 | 11110101 | 10001010 | 10010 | 0 | 101100 | 100 | 1010101 | 1010100 | 1001011 |
Color Harmonies of #C8F58A
Complementary color
Monochromatic Colors of #C8F58A
Black with #C8F58A
Text Example
Text Example
White with #C8F58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F58A; }
p { color: rgb(200,245,138); }
H1.HeaderClassName
{
color: #C8F58A;
}
.AnyTagClassName
{
color: #C8F58A;
}
</style>
background-color css
<style>
a { background-color: #C8F58A; }
a { background-color: rgb(200,245,138); }
div.DivClassName
{
background-color: #C8F58A;
}
.BgClassName
{
background-color: #C8F58A;
}
</style>
border-color css
<style>
span { border-color: #C8F58A; }
span { border-color: rgb(200,245,138); }
td.TdClassName
{
border-color: #C8F58A;
}
.TagClassName
{
border-color: #C8F58A;
}
</style>