Shades of Sulu #C2F384
Tints of Sulu #C2F384
RGB
CMYK
RGB Variations
Color information
#C2F384 (or 0xC2F384) is known color: Sulu. HEX triplet: C2, F3 and 84. RGB value is (194,243,132). Sum of RGB (Red+Green+Blue) = 194+243+132=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F384 is #3D0C7B. Grayscale: #D8D8D8. Windows color (decimal): -4000892 or 8713154. OLE color: 8713154.
HSL color Cylindrical-coordinate representation of color #C2F384: hue angle of 86.49º 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 #C2F384 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 132 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.05 |
| HSL | 86.49º | 0.82% | 0.74% | - |
| HSV(B) | 86.49º | 0.46% | 0.95% | - |
| XYZ | 58.46 | 77.24 | 33.66 | - |
| YUV | 215.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 132 | 0.20 | 0 | 0.46 | 0.05 | 86.49 | 0.82 | 0.74 |
| Hex | C2 | F3 | 84 | 14 | 0 | 2E | 5 | 56 | 52 | 4A |
| Octal | 302 | 363 | 204 | 24 | 0 | 56 | 5 | 126 | 122 | 112 |
| Binary | 11000010 | 11110011 | 10000100 | 10100 | 0 | 101110 | 101 | 1010110 | 1010010 | 1001010 |
Color Harmonies of #C2F384
Complementary color
Monochromatic Colors of #C2F384
Black with #C2F384
Text Example
Text Example
White with #C2F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F384; }
p { color: rgb(194,243,132); }
H1.HeaderClassName
{
color: #C2F384;
}
.AnyTagClassName
{
color: #C2F384;
}
</style>
background-color css
<style>
a { background-color: #C2F384; }
a { background-color: rgb(194,243,132); }
div.DivClassName
{
background-color: #C2F384;
}
.BgClassName
{
background-color: #C2F384;
}
</style>
border-color css
<style>
span { border-color: #C2F384; }
span { border-color: rgb(194,243,132); }
td.TdClassName
{
border-color: #C2F384;
}
.TagClassName
{
border-color: #C2F384;
}
</style>