Shades of Sulu #C3F48C
Tints of Sulu #C3F48C
RGB
CMYK
RGB Variations
Color information
#C3F48C (or 0xC3F48C) is known color: Sulu. HEX triplet: C3, F4 and 8C. RGB value is (195,244,140). Sum of RGB (Red+Green+Blue) = 195+244+140=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 244 (95.70% from 255 or 42.14% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F48C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3F48C is #3C0B73. Grayscale: #D9D9D9. Windows color (decimal): -3935092 or 9237699. OLE color: 9237699.
HSL color Cylindrical-coordinate representation of color #C3F48C: hue angle of 88.27º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3F48C is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 140 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.04 |
| HSL | 88.27º | 0.83% | 0.75% | - |
| HSV(B) | 88.27º | 0.43% | 0.96% | - |
| XYZ | 59.59 | 78.2 | 36.76 | - |
| YUV | 217.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 140 | 0.20 | 0 | 0.43 | 0.04 | 88.27 | 0.83 | 0.75 |
| Hex | C3 | F4 | 8C | 14 | 0 | 2B | 4 | 58 | 53 | 4B |
| Octal | 303 | 364 | 214 | 24 | 0 | 53 | 4 | 130 | 123 | 113 |
| Binary | 11000011 | 11110100 | 10001100 | 10100 | 0 | 101011 | 100 | 1011000 | 1010011 | 1001011 |
Color Harmonies of #C3F48C
Complementary color
Monochromatic Colors of #C3F48C
Black with #C3F48C
Text Example
Text Example
White with #C3F48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F48C; }
p { color: rgb(195,244,140); }
H1.HeaderClassName
{
color: #C3F48C;
}
.AnyTagClassName
{
color: #C3F48C;
}
</style>
background-color css
<style>
a { background-color: #C3F48C; }
a { background-color: rgb(195,244,140); }
div.DivClassName
{
background-color: #C3F48C;
}
.BgClassName
{
background-color: #C3F48C;
}
</style>
border-color css
<style>
span { border-color: #C3F48C; }
span { border-color: rgb(195,244,140); }
td.TdClassName
{
border-color: #C3F48C;
}
.TagClassName
{
border-color: #C3F48C;
}
</style>