Shades of Sulu #C1F084
Tints of Sulu #C1F084
RGB
CMYK
RGB Variations
Color information
#C1F084 (or 0xC1F084) is known color: Sulu. HEX triplet: C1, F0 and 84. RGB value is (193,240,132). Sum of RGB (Red+Green+Blue) = 193+240+132=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F084 is #3E0F7B. Grayscale: #D6D6D6. Windows color (decimal): -4067196 or 8712385. OLE color: 8712385.
HSL color Cylindrical-coordinate representation of color #C1F084: hue angle of 86.11º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1F084 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 132 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.06 |
| HSL | 86.11º | 0.78% | 0.73% | - |
| HSV(B) | 86.11º | 0.45% | 0.94% | - |
| XYZ | 57.32 | 75.32 | 33.35 | - |
| YUV | 213.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 132 | 0.20 | 0 | 0.45 | 0.06 | 86.11 | 0.78 | 0.73 |
| Hex | C1 | F0 | 84 | 14 | 0 | 2D | 6 | 56 | 4E | 49 |
| Octal | 301 | 360 | 204 | 24 | 0 | 55 | 6 | 126 | 116 | 111 |
| Binary | 11000001 | 11110000 | 10000100 | 10100 | 0 | 101101 | 110 | 1010110 | 1001110 | 1001001 |
Color Harmonies of #C1F084
Complementary color
Monochromatic Colors of #C1F084
Black with #C1F084
Text Example
Text Example
White with #C1F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F084; }
p { color: rgb(193,240,132); }
H1.HeaderClassName
{
color: #C1F084;
}
.AnyTagClassName
{
color: #C1F084;
}
</style>
background-color css
<style>
a { background-color: #C1F084; }
a { background-color: rgb(193,240,132); }
div.DivClassName
{
background-color: #C1F084;
}
.BgClassName
{
background-color: #C1F084;
}
</style>
border-color css
<style>
span { border-color: #C1F084; }
span { border-color: rgb(193,240,132); }
td.TdClassName
{
border-color: #C1F084;
}
.TagClassName
{
border-color: #C1F084;
}
</style>