Shades of Sulu #C8F17E
Tints of Sulu #C8F17E
RGB
CMYK
RGB Variations
Color information
#C8F17E (or 0xC8F17E) is known color: Sulu. HEX triplet: C8, F1 and 7E. RGB value is (200,241,126). Sum of RGB (Red+Green+Blue) = 200+241+126=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F17E is #370E81. Grayscale: #D8D8D8. Windows color (decimal): -3608194 or 8319432. OLE color: 8319432.
HSL color Cylindrical-coordinate representation of color #C8F17E: hue angle of 81.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8F17E is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 126 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.05 |
| HSL | 81.39º | 0.8% | 0.72% | - |
| HSV(B) | 81.39º | 0.48% | 0.95% | - |
| XYZ | 59.04 | 76.7 | 31.43 | - |
| YUV | 215.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 126 | 0.17 | 0 | 0.48 | 0.05 | 81.39 | 0.8 | 0.72 |
| Hex | C8 | F1 | 7E | 11 | 0 | 30 | 5 | 51 | 50 | 48 |
| Octal | 310 | 361 | 176 | 21 | 0 | 60 | 5 | 121 | 120 | 110 |
| Binary | 11001000 | 11110001 | 1111110 | 10001 | 0 | 110000 | 101 | 1010001 | 1010000 | 1001000 |
Color Harmonies of #C8F17E
Complementary color
Monochromatic Colors of #C8F17E
Black with #C8F17E
Text Example
Text Example
White with #C8F17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F17E; }
p { color: rgb(200,241,126); }
H1.HeaderClassName
{
color: #C8F17E;
}
.AnyTagClassName
{
color: #C8F17E;
}
</style>
background-color css
<style>
a { background-color: #C8F17E; }
a { background-color: rgb(200,241,126); }
div.DivClassName
{
background-color: #C8F17E;
}
.BgClassName
{
background-color: #C8F17E;
}
</style>
border-color css
<style>
span { border-color: #C8F17E; }
span { border-color: rgb(200,241,126); }
td.TdClassName
{
border-color: #C8F17E;
}
.TagClassName
{
border-color: #C8F17E;
}
</style>