Shades of Sulu #C6F18A
Tints of Sulu #C6F18A
RGB
CMYK
RGB Variations
Color information
#C6F18A (or 0xC6F18A) is known color: Sulu. HEX triplet: C6, F1 and 8A. RGB value is (198,241,138). Sum of RGB (Red+Green+Blue) = 198+241+138=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F18A is #390E75. Grayscale: #D8D8D8. Windows color (decimal): -3739254 or 9105862. OLE color: 9105862.
HSL color Cylindrical-coordinate representation of color #C6F18A: hue angle of 85.05º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6F18A is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 138 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.05 |
| HSL | 85.05º | 0.79% | 0.74% | - |
| HSV(B) | 85.05º | 0.43% | 0.95% | - |
| XYZ | 59.33 | 76.75 | 35.73 | - |
| YUV | 216.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 138 | 0.18 | 0 | 0.43 | 0.05 | 85.05 | 0.79 | 0.74 |
| Hex | C6 | F1 | 8A | 12 | 0 | 2B | 5 | 55 | 4F | 4A |
| Octal | 306 | 361 | 212 | 22 | 0 | 53 | 5 | 125 | 117 | 112 |
| Binary | 11000110 | 11110001 | 10001010 | 10010 | 0 | 101011 | 101 | 1010101 | 1001111 | 1001010 |
Color Harmonies of #C6F18A
Complementary color
Monochromatic Colors of #C6F18A
Black with #C6F18A
Text Example
Text Example
White with #C6F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F18A; }
p { color: rgb(198,241,138); }
H1.HeaderClassName
{
color: #C6F18A;
}
.AnyTagClassName
{
color: #C6F18A;
}
</style>
background-color css
<style>
a { background-color: #C6F18A; }
a { background-color: rgb(198,241,138); }
div.DivClassName
{
background-color: #C6F18A;
}
.BgClassName
{
background-color: #C6F18A;
}
</style>
border-color css
<style>
span { border-color: #C6F18A; }
span { border-color: rgb(198,241,138); }
td.TdClassName
{
border-color: #C6F18A;
}
.TagClassName
{
border-color: #C6F18A;
}
</style>