Shades of Sulu #C3F382
Tints of Sulu #C3F382
RGB
CMYK
RGB Variations
Color information
#C3F382 (or 0xC3F382) is known color: Sulu. HEX triplet: C3, F3 and 82. RGB value is (195,243,130). Sum of RGB (Red+Green+Blue) = 195+243+130=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 243 (95.31% from 255 or 42.78% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F382 is #3C0C7D. Grayscale: #D8D8D8. Windows color (decimal): -3935358 or 8582083. OLE color: 8582083.
HSL color Cylindrical-coordinate representation of color #C3F382: hue angle of 85.49º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3F382 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 130 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.05 |
| HSL | 85.49º | 0.82% | 0.73% | - |
| HSV(B) | 85.49º | 0.47% | 0.95% | - |
| XYZ | 58.59 | 77.31 | 32.95 | - |
| YUV | 215.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 130 | 0.20 | 0 | 0.47 | 0.05 | 85.49 | 0.82 | 0.73 |
| Hex | C3 | F3 | 82 | 14 | 0 | 2F | 5 | 55 | 52 | 49 |
| Octal | 303 | 363 | 202 | 24 | 0 | 57 | 5 | 125 | 122 | 111 |
| Binary | 11000011 | 11110011 | 10000010 | 10100 | 0 | 101111 | 101 | 1010101 | 1010010 | 1001001 |
Color Harmonies of #C3F382
Complementary color
Monochromatic Colors of #C3F382
Black with #C3F382
Text Example
Text Example
White with #C3F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F382; }
p { color: rgb(195,243,130); }
H1.HeaderClassName
{
color: #C3F382;
}
.AnyTagClassName
{
color: #C3F382;
}
</style>
background-color css
<style>
a { background-color: #C3F382; }
a { background-color: rgb(195,243,130); }
div.DivClassName
{
background-color: #C3F382;
}
.BgClassName
{
background-color: #C3F382;
}
</style>
border-color css
<style>
span { border-color: #C3F382; }
span { border-color: rgb(195,243,130); }
td.TdClassName
{
border-color: #C3F382;
}
.TagClassName
{
border-color: #C3F382;
}
</style>