Shades of Sulu #C6F074
Tints of Sulu #C6F074
RGB
CMYK
RGB Variations
Color information
#C6F074 (or 0xC6F074) is known color: Sulu. HEX triplet: C6, F0 and 74. RGB value is (198,240,116). Sum of RGB (Red+Green+Blue) = 198+240+116=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F074 is #390F8B. Grayscale: #D5D5D5. Windows color (decimal): -3739532 or 7663814. OLE color: 7663814.
HSL color Cylindrical-coordinate representation of color #C6F074: hue angle of 80.32º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6F074 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 116 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.06 |
| HSL | 80.32º | 0.81% | 0.7% | - |
| HSV(B) | 80.32º | 0.52% | 0.94% | - |
| XYZ | 57.6 | 75.59 | 28.08 | - |
| YUV | 213.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 116 | 0.18 | 0 | 0.52 | 0.06 | 80.32 | 0.81 | 0.7 |
| Hex | C6 | F0 | 74 | 12 | 0 | 34 | 6 | 50 | 51 | 46 |
| Octal | 306 | 360 | 164 | 22 | 0 | 64 | 6 | 120 | 121 | 106 |
| Binary | 11000110 | 11110000 | 1110100 | 10010 | 0 | 110100 | 110 | 1010000 | 1010001 | 1000110 |
Color Harmonies of #C6F074
Complementary color
Monochromatic Colors of #C6F074
Black with #C6F074
Text Example
Text Example
White with #C6F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F074; }
p { color: rgb(198,240,116); }
H1.HeaderClassName
{
color: #C6F074;
}
.AnyTagClassName
{
color: #C6F074;
}
</style>
background-color css
<style>
a { background-color: #C6F074; }
a { background-color: rgb(198,240,116); }
div.DivClassName
{
background-color: #C6F074;
}
.BgClassName
{
background-color: #C6F074;
}
</style>
border-color css
<style>
span { border-color: #C6F074; }
span { border-color: rgb(198,240,116); }
td.TdClassName
{
border-color: #C6F074;
}
.TagClassName
{
border-color: #C6F074;
}
</style>