Shades of Sulu #C6F269
Tints of Sulu #C6F269
RGB
CMYK
RGB Variations
Color information
#C6F269 (or 0xC6F269) is known color: Sulu. HEX triplet: C6, F2 and 69. RGB value is (198,242,105). Sum of RGB (Red+Green+Blue) = 198+242+105=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F269 is #390D96. Grayscale: #D5D5D5. Windows color (decimal): -3739031 or 6943430. OLE color: 6943430.
HSL color Cylindrical-coordinate representation of color #C6F269: hue angle of 79.27º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6F269 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 105 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.05 |
| HSL | 79.27º | 0.84% | 0.68% | - |
| HSV(B) | 79.27º | 0.57% | 0.95% | - |
| XYZ | 57.59 | 76.53 | 25.1 | - |
| YUV | 213.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 105 | 0.18 | 0 | 0.57 | 0.05 | 79.27 | 0.84 | 0.68 |
| Hex | C6 | F2 | 69 | 12 | 0 | 39 | 5 | 4F | 54 | 44 |
| Octal | 306 | 362 | 151 | 22 | 0 | 71 | 5 | 117 | 124 | 104 |
| Binary | 11000110 | 11110010 | 1101001 | 10010 | 0 | 111001 | 101 | 1001111 | 1010100 | 1000100 |
Color Harmonies of #C6F269
Complementary color
Monochromatic Colors of #C6F269
Black with #C6F269
Text Example
Text Example
White with #C6F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F269; }
p { color: rgb(198,242,105); }
H1.HeaderClassName
{
color: #C6F269;
}
.AnyTagClassName
{
color: #C6F269;
}
</style>
background-color css
<style>
a { background-color: #C6F269; }
a { background-color: rgb(198,242,105); }
div.DivClassName
{
background-color: #C6F269;
}
.BgClassName
{
background-color: #C6F269;
}
</style>
border-color css
<style>
span { border-color: #C6F269; }
span { border-color: rgb(198,242,105); }
td.TdClassName
{
border-color: #C6F269;
}
.TagClassName
{
border-color: #C6F269;
}
</style>