Shades of Sulu #C8F38B
Tints of Sulu #C8F38B
RGB
CMYK
RGB Variations
Color information
#C8F38B (or 0xC8F38B) is known color: Sulu. HEX triplet: C8, F3 and 8B. RGB value is (200,243,139). Sum of RGB (Red+Green+Blue) = 200+243+139=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F38B is #370C74. Grayscale: #DADADA. Windows color (decimal): -3607669 or 9171912. OLE color: 9171912.
HSL color Cylindrical-coordinate representation of color #C8F38B: hue angle of 84.81º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8F38B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 139 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.05 |
| HSL | 84.81º | 0.81% | 0.75% | - |
| HSV(B) | 84.81º | 0.43% | 0.95% | - |
| XYZ | 60.53 | 78.24 | 36.34 | - |
| YUV | 218.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 139 | 0.18 | 0 | 0.43 | 0.05 | 84.81 | 0.81 | 0.75 |
| Hex | C8 | F3 | 8B | 12 | 0 | 2B | 5 | 55 | 51 | 4B |
| Octal | 310 | 363 | 213 | 22 | 0 | 53 | 5 | 125 | 121 | 113 |
| Binary | 11001000 | 11110011 | 10001011 | 10010 | 0 | 101011 | 101 | 1010101 | 1010001 | 1001011 |
Color Harmonies of #C8F38B
Complementary color
Monochromatic Colors of #C8F38B
Black with #C8F38B
Text Example
Text Example
White with #C8F38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F38B; }
p { color: rgb(200,243,139); }
H1.HeaderClassName
{
color: #C8F38B;
}
.AnyTagClassName
{
color: #C8F38B;
}
</style>
background-color css
<style>
a { background-color: #C8F38B; }
a { background-color: rgb(200,243,139); }
div.DivClassName
{
background-color: #C8F38B;
}
.BgClassName
{
background-color: #C8F38B;
}
</style>
border-color css
<style>
span { border-color: #C8F38B; }
span { border-color: rgb(200,243,139); }
td.TdClassName
{
border-color: #C8F38B;
}
.TagClassName
{
border-color: #C8F38B;
}
</style>