Shades of Sulu #C6F069
Tints of Sulu #C6F069
RGB
CMYK
RGB Variations
Color information
#C6F069 (or 0xC6F069) is known color: Sulu. HEX triplet: C6, F0 and 69. RGB value is (198,240,105). Sum of RGB (Red+Green+Blue) = 198+240+105=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F069 is #390F96. Grayscale: #D4D4D4. Windows color (decimal): -3739543 or 6942918. OLE color: 6942918.
HSL color Cylindrical-coordinate representation of color #C6F069: hue angle of 78.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6F069 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 105 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.06 |
| HSL | 78.67º | 0.82% | 0.68% | - |
| HSV(B) | 78.67º | 0.56% | 0.94% | - |
| XYZ | 57 | 75.35 | 24.9 | - |
| YUV | 212.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 105 | 0.18 | 0 | 0.56 | 0.06 | 78.67 | 0.82 | 0.68 |
| Hex | C6 | F0 | 69 | 12 | 0 | 38 | 6 | 4F | 52 | 44 |
| Octal | 306 | 360 | 151 | 22 | 0 | 70 | 6 | 117 | 122 | 104 |
| Binary | 11000110 | 11110000 | 1101001 | 10010 | 0 | 111000 | 110 | 1001111 | 1010010 | 1000100 |
Color Harmonies of #C6F069
Complementary color
Monochromatic Colors of #C6F069
Black with #C6F069
Text Example
Text Example
White with #C6F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F069; }
p { color: rgb(198,240,105); }
H1.HeaderClassName
{
color: #C6F069;
}
.AnyTagClassName
{
color: #C6F069;
}
</style>
background-color css
<style>
a { background-color: #C6F069; }
a { background-color: rgb(198,240,105); }
div.DivClassName
{
background-color: #C6F069;
}
.BgClassName
{
background-color: #C6F069;
}
</style>
border-color css
<style>
span { border-color: #C6F069; }
span { border-color: rgb(198,240,105); }
td.TdClassName
{
border-color: #C6F069;
}
.TagClassName
{
border-color: #C6F069;
}
</style>