Shades of Sulu #C6F27C
Tints of Sulu #C6F27C
RGB
CMYK
RGB Variations
Color information
#C6F27C (or 0xC6F27C) is known color: Sulu. HEX triplet: C6, F2 and 7C. RGB value is (198,242,124). Sum of RGB (Red+Green+Blue) = 198+242+124=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F27C is #390D83. Grayscale: #D7D7D7. Windows color (decimal): -3739012 or 8188614. OLE color: 8188614.
HSL color Cylindrical-coordinate representation of color #C6F27C: hue angle of 82.37º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6F27C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 124 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.05 |
| HSL | 82.37º | 0.82% | 0.72% | - |
| HSV(B) | 82.37º | 0.49% | 0.95% | - |
| XYZ | 58.68 | 76.97 | 30.83 | - |
| YUV | 215.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 124 | 0.18 | 0 | 0.49 | 0.05 | 82.37 | 0.82 | 0.72 |
| Hex | C6 | F2 | 7C | 12 | 0 | 31 | 5 | 52 | 52 | 48 |
| Octal | 306 | 362 | 174 | 22 | 0 | 61 | 5 | 122 | 122 | 110 |
| Binary | 11000110 | 11110010 | 1111100 | 10010 | 0 | 110001 | 101 | 1010010 | 1010010 | 1001000 |
Color Harmonies of #C6F27C
Complementary color
Monochromatic Colors of #C6F27C
Black with #C6F27C
Text Example
Text Example
White with #C6F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F27C; }
p { color: rgb(198,242,124); }
H1.HeaderClassName
{
color: #C6F27C;
}
.AnyTagClassName
{
color: #C6F27C;
}
</style>
background-color css
<style>
a { background-color: #C6F27C; }
a { background-color: rgb(198,242,124); }
div.DivClassName
{
background-color: #C6F27C;
}
.BgClassName
{
background-color: #C6F27C;
}
</style>
border-color css
<style>
span { border-color: #C6F27C; }
span { border-color: rgb(198,242,124); }
td.TdClassName
{
border-color: #C6F27C;
}
.TagClassName
{
border-color: #C6F27C;
}
</style>