Shades of Sulu #C2F068
Tints of Sulu #C2F068
RGB
CMYK
RGB Variations
Color information
#C2F068 (or 0xC2F068) is known color: Sulu. HEX triplet: C2, F0 and 68. RGB value is (194,240,104). Sum of RGB (Red+Green+Blue) = 194+240+104=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F068 is #3D0F97. Grayscale: #D3D3D3. Windows color (decimal): -4001688 or 6877378. OLE color: 6877378.
HSL color Cylindrical-coordinate representation of color #C2F068: hue angle of 80.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F068 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 104 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.06 |
| HSL | 80.29º | 0.82% | 0.67% | - |
| HSV(B) | 80.29º | 0.57% | 0.94% | - |
| XYZ | 55.91 | 74.79 | 24.59 | - |
| YUV | 210.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 104 | 0.19 | 0 | 0.57 | 0.06 | 80.29 | 0.82 | 0.67 |
| Hex | C2 | F0 | 68 | 13 | 0 | 39 | 6 | 50 | 52 | 43 |
| Octal | 302 | 360 | 150 | 23 | 0 | 71 | 6 | 120 | 122 | 103 |
| Binary | 11000010 | 11110000 | 1101000 | 10011 | 0 | 111001 | 110 | 1010000 | 1010010 | 1000011 |
Color Harmonies of #C2F068
Complementary color
Monochromatic Colors of #C2F068
Black with #C2F068
Text Example
Text Example
White with #C2F068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F068; }
p { color: rgb(194,240,104); }
H1.HeaderClassName
{
color: #C2F068;
}
.AnyTagClassName
{
color: #C2F068;
}
</style>
background-color css
<style>
a { background-color: #C2F068; }
a { background-color: rgb(194,240,104); }
div.DivClassName
{
background-color: #C2F068;
}
.BgClassName
{
background-color: #C2F068;
}
</style>
border-color css
<style>
span { border-color: #C2F068; }
span { border-color: rgb(194,240,104); }
td.TdClassName
{
border-color: #C2F068;
}
.TagClassName
{
border-color: #C2F068;
}
</style>