Shades of Sulu #C3F378
Tints of Sulu #C3F378
RGB
CMYK
RGB Variations
Color information
#C3F378 (or 0xC3F378) is known color: Sulu. HEX triplet: C3, F3 and 78. RGB value is (195,243,120). Sum of RGB (Red+Green+Blue) = 195+243+120=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F378 is #3C0C87. Grayscale: #D7D7D7. Windows color (decimal): -3935368 or 7926723. OLE color: 7926723.
HSL color Cylindrical-coordinate representation of color #C3F378: hue angle of 83.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3F378 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 120 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.05 |
| HSL | 83.41º | 0.84% | 0.71% | - |
| HSV(B) | 83.41º | 0.51% | 0.95% | - |
| XYZ | 57.95 | 77.06 | 29.59 | - |
| YUV | 214.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 120 | 0.20 | 0 | 0.51 | 0.05 | 83.41 | 0.84 | 0.71 |
| Hex | C3 | F3 | 78 | 14 | 0 | 33 | 5 | 53 | 54 | 47 |
| Octal | 303 | 363 | 170 | 24 | 0 | 63 | 5 | 123 | 124 | 107 |
| Binary | 11000011 | 11110011 | 1111000 | 10100 | 0 | 110011 | 101 | 1010011 | 1010100 | 1000111 |
Color Harmonies of #C3F378
Complementary color
Monochromatic Colors of #C3F378
Black with #C3F378
Text Example
Text Example
White with #C3F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F378; }
p { color: rgb(195,243,120); }
H1.HeaderClassName
{
color: #C3F378;
}
.AnyTagClassName
{
color: #C3F378;
}
</style>
background-color css
<style>
a { background-color: #C3F378; }
a { background-color: rgb(195,243,120); }
div.DivClassName
{
background-color: #C3F378;
}
.BgClassName
{
background-color: #C3F378;
}
</style>
border-color css
<style>
span { border-color: #C3F378; }
span { border-color: rgb(195,243,120); }
td.TdClassName
{
border-color: #C3F378;
}
.TagClassName
{
border-color: #C3F378;
}
</style>