Shades of Sulu #C3E474
Tints of Sulu #C3E474
RGB
CMYK
RGB Variations
Color information
#C3E474 (or 0xC3E474) is known color: Sulu. HEX triplet: C3, E4 and 74. RGB value is (195,228,116). Sum of RGB (Red+Green+Blue) = 195+228+116=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E474 is #3C1B8B. Grayscale: #CDCDCD. Windows color (decimal): -3939212 or 7660739. OLE color: 7660739.
HSL color Cylindrical-coordinate representation of color #C3E474: hue angle of 77.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3E474 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 116 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.11 |
| HSL | 77.68º | 0.67% | 0.67% | - |
| HSV(B) | 77.68º | 0.49% | 0.89% | - |
| XYZ | 53.4 | 68.35 | 26.9 | - |
| YUV | 205.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 116 | 0.14 | 0 | 0.49 | 0.11 | 77.68 | 0.67 | 0.67 |
| Hex | C3 | E4 | 74 | E | 0 | 31 | B | 4E | 43 | 43 |
| Octal | 303 | 344 | 164 | 16 | 0 | 61 | 13 | 116 | 103 | 103 |
| Binary | 11000011 | 11100100 | 1110100 | 1110 | 0 | 110001 | 1011 | 1001110 | 1000011 | 1000011 |
Color Harmonies of #C3E474
Complementary color
Monochromatic Colors of #C3E474
Black with #C3E474
Text Example
Text Example
White with #C3E474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E474; }
p { color: rgb(195,228,116); }
H1.HeaderClassName
{
color: #C3E474;
}
.AnyTagClassName
{
color: #C3E474;
}
</style>
background-color css
<style>
a { background-color: #C3E474; }
a { background-color: rgb(195,228,116); }
div.DivClassName
{
background-color: #C3E474;
}
.BgClassName
{
background-color: #C3E474;
}
</style>
border-color css
<style>
span { border-color: #C3E474; }
span { border-color: rgb(195,228,116); }
td.TdClassName
{
border-color: #C3E474;
}
.TagClassName
{
border-color: #C3E474;
}
</style>