Shades of Sulu #C1F384
Tints of Sulu #C1F384
RGB
CMYK
RGB Variations
Color information
#C1F384 (or 0xC1F384) is known color: Sulu. HEX triplet: C1, F3 and 84. RGB value is (193,243,132). Sum of RGB (Red+Green+Blue) = 193+243+132=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F384 is #3E0C7B. Grayscale: #D7D7D7. Windows color (decimal): -4066428 or 8713153. OLE color: 8713153.
HSL color Cylindrical-coordinate representation of color #C1F384: hue angle of 87.03º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1F384 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 132 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 87.03º | 0.82% | 0.74% | - |
| HSV(B) | 87.03º | 0.46% | 0.95% | - |
| XYZ | 58.21 | 77.1 | 33.64 | - |
| YUV | 215.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 132 | 0.21 | 0 | 0.46 | 0.05 | 87.03 | 0.82 | 0.74 |
| Hex | C1 | F3 | 84 | 15 | 0 | 2E | 5 | 57 | 52 | 4A |
| Octal | 301 | 363 | 204 | 25 | 0 | 56 | 5 | 127 | 122 | 112 |
| Binary | 11000001 | 11110011 | 10000100 | 10101 | 0 | 101110 | 101 | 1010111 | 1010010 | 1001010 |
Color Harmonies of #C1F384
Complementary color
Monochromatic Colors of #C1F384
Black with #C1F384
Text Example
Text Example
White with #C1F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F384; }
p { color: rgb(193,243,132); }
H1.HeaderClassName
{
color: #C1F384;
}
.AnyTagClassName
{
color: #C1F384;
}
</style>
background-color css
<style>
a { background-color: #C1F384; }
a { background-color: rgb(193,243,132); }
div.DivClassName
{
background-color: #C1F384;
}
.BgClassName
{
background-color: #C1F384;
}
</style>
border-color css
<style>
span { border-color: #C1F384; }
span { border-color: rgb(193,243,132); }
td.TdClassName
{
border-color: #C1F384;
}
.TagClassName
{
border-color: #C1F384;
}
</style>