Shades of Sulu #C8F582
Tints of Sulu #C8F582
RGB
CMYK
RGB Variations
Color information
#C8F582 (or 0xC8F582) is known color: Sulu. HEX triplet: C8, F5 and 82. RGB value is (200,245,130). Sum of RGB (Red+Green+Blue) = 200+245+130=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 245 (96.09% from 255 or 42.61% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F582 is #370A7D. Grayscale: #DADADA. Windows color (decimal): -3607166 or 8582600. OLE color: 8582600.
HSL color Cylindrical-coordinate representation of color #C8F582: hue angle of 83.48º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8F582 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 130 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.04 |
| HSL | 83.48º | 0.85% | 0.74% | - |
| HSV(B) | 83.48º | 0.47% | 0.96% | - |
| XYZ | 60.5 | 79.2 | 33.22 | - |
| YUV | 218.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 130 | 0.18 | 0 | 0.47 | 0.04 | 83.48 | 0.85 | 0.74 |
| Hex | C8 | F5 | 82 | 12 | 0 | 2F | 4 | 53 | 55 | 4A |
| Octal | 310 | 365 | 202 | 22 | 0 | 57 | 4 | 123 | 125 | 112 |
| Binary | 11001000 | 11110101 | 10000010 | 10010 | 0 | 101111 | 100 | 1010011 | 1010101 | 1001010 |
Color Harmonies of #C8F582
Complementary color
Monochromatic Colors of #C8F582
Black with #C8F582
Text Example
Text Example
White with #C8F582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F582; }
p { color: rgb(200,245,130); }
H1.HeaderClassName
{
color: #C8F582;
}
.AnyTagClassName
{
color: #C8F582;
}
</style>
background-color css
<style>
a { background-color: #C8F582; }
a { background-color: rgb(200,245,130); }
div.DivClassName
{
background-color: #C8F582;
}
.BgClassName
{
background-color: #C8F582;
}
</style>
border-color css
<style>
span { border-color: #C8F582; }
span { border-color: rgb(200,245,130); }
td.TdClassName
{
border-color: #C8F582;
}
.TagClassName
{
border-color: #C8F582;
}
</style>