Shades of Sulu #C4F385
Tints of Sulu #C4F385
RGB
CMYK
RGB Variations
Color information
#C4F385 (or 0xC4F385) is known color: Sulu. HEX triplet: C4, F3 and 85. RGB value is (196,243,133). Sum of RGB (Red+Green+Blue) = 196+243+133=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F385 is #3B0C7A. Grayscale: #D8D8D8. Windows color (decimal): -3869819 or 8778692. OLE color: 8778692.
HSL color Cylindrical-coordinate representation of color #C4F385: hue angle of 85.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4F385 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 243 | 133 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.05 |
| HSL | 85.64º | 0.82% | 0.74% | - |
| HSV(B) | 85.64º | 0.45% | 0.95% | - |
| XYZ | 59.05 | 77.53 | 34.04 | - |
| YUV | 216.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 243 | 133 | 0.19 | 0 | 0.45 | 0.05 | 85.64 | 0.82 | 0.74 |
| Hex | C4 | F3 | 85 | 13 | 0 | 2D | 5 | 56 | 52 | 4A |
| Octal | 304 | 363 | 205 | 23 | 0 | 55 | 5 | 126 | 122 | 112 |
| Binary | 11000100 | 11110011 | 10000101 | 10011 | 0 | 101101 | 101 | 1010110 | 1010010 | 1001010 |
Color Harmonies of #C4F385
Complementary color
Monochromatic Colors of #C4F385
Black with #C4F385
Text Example
Text Example
White with #C4F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F385; }
p { color: rgb(196,243,133); }
H1.HeaderClassName
{
color: #C4F385;
}
.AnyTagClassName
{
color: #C4F385;
}
</style>
background-color css
<style>
a { background-color: #C4F385; }
a { background-color: rgb(196,243,133); }
div.DivClassName
{
background-color: #C4F385;
}
.BgClassName
{
background-color: #C4F385;
}
</style>
border-color css
<style>
span { border-color: #C4F385; }
span { border-color: rgb(196,243,133); }
td.TdClassName
{
border-color: #C4F385;
}
.TagClassName
{
border-color: #C4F385;
}
</style>