Shades of Sulu #C8F38D
Tints of Sulu #C8F38D
RGB
CMYK
RGB Variations
Color information
#C8F38D (or 0xC8F38D) is known color: Sulu. HEX triplet: C8, F3 and 8D. RGB value is (200,243,141). Sum of RGB (Red+Green+Blue) = 200+243+141=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F38D is #370C72. Grayscale: #DADADA. Windows color (decimal): -3607667 or 9302984. OLE color: 9302984.
HSL color Cylindrical-coordinate representation of color #C8F38D: hue angle of 85.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8F38D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 141 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.05 |
| HSL | 85.29º | 0.81% | 0.75% | - |
| HSV(B) | 85.29º | 0.42% | 0.95% | - |
| XYZ | 60.68 | 78.3 | 37.12 | - |
| YUV | 218.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 141 | 0.18 | 0 | 0.42 | 0.05 | 85.29 | 0.81 | 0.75 |
| Hex | C8 | F3 | 8D | 12 | 0 | 2A | 5 | 55 | 51 | 4B |
| Octal | 310 | 363 | 215 | 22 | 0 | 52 | 5 | 125 | 121 | 113 |
| Binary | 11001000 | 11110011 | 10001101 | 10010 | 0 | 101010 | 101 | 1010101 | 1010001 | 1001011 |
Color Harmonies of #C8F38D
Complementary color
Monochromatic Colors of #C8F38D
Black with #C8F38D
Text Example
Text Example
White with #C8F38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F38D; }
p { color: rgb(200,243,141); }
H1.HeaderClassName
{
color: #C8F38D;
}
.AnyTagClassName
{
color: #C8F38D;
}
</style>
background-color css
<style>
a { background-color: #C8F38D; }
a { background-color: rgb(200,243,141); }
div.DivClassName
{
background-color: #C8F38D;
}
.BgClassName
{
background-color: #C8F38D;
}
</style>
border-color css
<style>
span { border-color: #C8F38D; }
span { border-color: rgb(200,243,141); }
td.TdClassName
{
border-color: #C8F38D;
}
.TagClassName
{
border-color: #C8F38D;
}
</style>