Shades of Sulu #C3F384
Tints of Sulu #C3F384
RGB
CMYK
RGB Variations
Color information
#C3F384 (or 0xC3F384) is known color: Sulu. HEX triplet: C3, F3 and 84. RGB value is (195,243,132). Sum of RGB (Red+Green+Blue) = 195+243+132=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F384 is #3C0C7B. Grayscale: #D8D8D8. Windows color (decimal): -3935356 or 8713155. OLE color: 8713155.
HSL color Cylindrical-coordinate representation of color #C3F384: hue angle of 85.95º 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 #C3F384 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 132 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.05 |
| HSL | 85.95º | 0.82% | 0.74% | - |
| HSV(B) | 85.95º | 0.46% | 0.95% | - |
| XYZ | 58.72 | 77.37 | 33.67 | - |
| YUV | 215.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 132 | 0.20 | 0 | 0.46 | 0.05 | 85.95 | 0.82 | 0.74 |
| Hex | C3 | F3 | 84 | 14 | 0 | 2E | 5 | 56 | 52 | 4A |
| Octal | 303 | 363 | 204 | 24 | 0 | 56 | 5 | 126 | 122 | 112 |
| Binary | 11000011 | 11110011 | 10000100 | 10100 | 0 | 101110 | 101 | 1010110 | 1010010 | 1001010 |
Color Harmonies of #C3F384
Complementary color
Monochromatic Colors of #C3F384
Black with #C3F384
Text Example
Text Example
White with #C3F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F384; }
p { color: rgb(195,243,132); }
H1.HeaderClassName
{
color: #C3F384;
}
.AnyTagClassName
{
color: #C3F384;
}
</style>
background-color css
<style>
a { background-color: #C3F384; }
a { background-color: rgb(195,243,132); }
div.DivClassName
{
background-color: #C3F384;
}
.BgClassName
{
background-color: #C3F384;
}
</style>
border-color css
<style>
span { border-color: #C3F384; }
span { border-color: rgb(195,243,132); }
td.TdClassName
{
border-color: #C3F384;
}
.TagClassName
{
border-color: #C3F384;
}
</style>