Shades of Sulu #C3F284
Tints of Sulu #C3F284
RGB
CMYK
RGB Variations
Color information
#C3F284 (or 0xC3F284) is known color: Sulu. HEX triplet: C3, F2 and 84. RGB value is (195,242,132). Sum of RGB (Red+Green+Blue) = 195+242+132=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F284 is #3C0D7B. Grayscale: #D7D7D7. Windows color (decimal): -3935612 or 8712899. OLE color: 8712899.
HSL color Cylindrical-coordinate representation of color #C3F284: hue angle of 85.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3F284 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 132 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.05 |
| HSL | 85.64º | 0.81% | 0.73% | - |
| HSV(B) | 85.64º | 0.45% | 0.95% | - |
| XYZ | 58.42 | 76.77 | 33.57 | - |
| YUV | 215.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 132 | 0.19 | 0 | 0.45 | 0.05 | 85.64 | 0.81 | 0.73 |
| Hex | C3 | F2 | 84 | 13 | 0 | 2D | 5 | 56 | 51 | 49 |
| Octal | 303 | 362 | 204 | 23 | 0 | 55 | 5 | 126 | 121 | 111 |
| Binary | 11000011 | 11110010 | 10000100 | 10011 | 0 | 101101 | 101 | 1010110 | 1010001 | 1001001 |
Color Harmonies of #C3F284
Complementary color
Monochromatic Colors of #C3F284
Black with #C3F284
Text Example
Text Example
White with #C3F284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F284; }
p { color: rgb(195,242,132); }
H1.HeaderClassName
{
color: #C3F284;
}
.AnyTagClassName
{
color: #C3F284;
}
</style>
background-color css
<style>
a { background-color: #C3F284; }
a { background-color: rgb(195,242,132); }
div.DivClassName
{
background-color: #C3F284;
}
.BgClassName
{
background-color: #C3F284;
}
</style>
border-color css
<style>
span { border-color: #C3F284; }
span { border-color: rgb(195,242,132); }
td.TdClassName
{
border-color: #C3F284;
}
.TagClassName
{
border-color: #C3F284;
}
</style>