Shades of Sulu #C8F378
Tints of Sulu #C8F378
RGB
CMYK
RGB Variations
Color information
#C8F378 (or 0xC8F378) is known color: Sulu. HEX triplet: C8, F3 and 78. RGB value is (200,243,120). Sum of RGB (Red+Green+Blue) = 200+243+120=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F378 is #370C87. Grayscale: #D8D8D8. Windows color (decimal): -3607688 or 7926728. OLE color: 7926728.
HSL color Cylindrical-coordinate representation of color #C8F378: hue angle of 80.98º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8F378 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 120 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.05 |
| HSL | 80.98º | 0.84% | 0.71% | - |
| HSV(B) | 80.98º | 0.51% | 0.95% | - |
| XYZ | 59.26 | 77.74 | 29.65 | - |
| YUV | 216.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 120 | 0.18 | 0 | 0.51 | 0.05 | 80.98 | 0.84 | 0.71 |
| Hex | C8 | F3 | 78 | 12 | 0 | 33 | 5 | 51 | 54 | 47 |
| Octal | 310 | 363 | 170 | 22 | 0 | 63 | 5 | 121 | 124 | 107 |
| Binary | 11001000 | 11110011 | 1111000 | 10010 | 0 | 110011 | 101 | 1010001 | 1010100 | 1000111 |
Color Harmonies of #C8F378
Complementary color
Monochromatic Colors of #C8F378
Black with #C8F378
Text Example
Text Example
White with #C8F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F378; }
p { color: rgb(200,243,120); }
H1.HeaderClassName
{
color: #C8F378;
}
.AnyTagClassName
{
color: #C8F378;
}
</style>
background-color css
<style>
a { background-color: #C8F378; }
a { background-color: rgb(200,243,120); }
div.DivClassName
{
background-color: #C8F378;
}
.BgClassName
{
background-color: #C8F378;
}
</style>
border-color css
<style>
span { border-color: #C8F378; }
span { border-color: rgb(200,243,120); }
td.TdClassName
{
border-color: #C8F378;
}
.TagClassName
{
border-color: #C8F378;
}
</style>