Shades of Sulu #C8F17A
Tints of Sulu #C8F17A
RGB
CMYK
RGB Variations
Color information
#C8F17A (or 0xC8F17A) is known color: Sulu. HEX triplet: C8, F1 and 7A. RGB value is (200,241,122). Sum of RGB (Red+Green+Blue) = 200+241+122=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F17A is #370E85. Grayscale: #D7D7D7. Windows color (decimal): -3608198 or 8057288. OLE color: 8057288.
HSL color Cylindrical-coordinate representation of color #C8F17A: hue angle of 80.67º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8F17A is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 122 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.05 |
| HSL | 80.67º | 0.81% | 0.71% | - |
| HSV(B) | 80.67º | 0.49% | 0.95% | - |
| XYZ | 58.79 | 76.6 | 30.1 | - |
| YUV | 215.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 122 | 0.17 | 0 | 0.49 | 0.05 | 80.67 | 0.81 | 0.71 |
| Hex | C8 | F1 | 7A | 11 | 0 | 31 | 5 | 51 | 51 | 47 |
| Octal | 310 | 361 | 172 | 21 | 0 | 61 | 5 | 121 | 121 | 107 |
| Binary | 11001000 | 11110001 | 1111010 | 10001 | 0 | 110001 | 101 | 1010001 | 1010001 | 1000111 |
Color Harmonies of #C8F17A
Complementary color
Monochromatic Colors of #C8F17A
Black with #C8F17A
Text Example
Text Example
White with #C8F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F17A; }
p { color: rgb(200,241,122); }
H1.HeaderClassName
{
color: #C8F17A;
}
.AnyTagClassName
{
color: #C8F17A;
}
</style>
background-color css
<style>
a { background-color: #C8F17A; }
a { background-color: rgb(200,241,122); }
div.DivClassName
{
background-color: #C8F17A;
}
.BgClassName
{
background-color: #C8F17A;
}
</style>
border-color css
<style>
span { border-color: #C8F17A; }
span { border-color: rgb(200,241,122); }
td.TdClassName
{
border-color: #C8F17A;
}
.TagClassName
{
border-color: #C8F17A;
}
</style>