Shades of Sulu #C4ED83
Tints of Sulu #C4ED83
RGB
CMYK
RGB Variations
Color information
#C4ED83 (or 0xC4ED83) is known color: Sulu. HEX triplet: C4, ED and 83. RGB value is (196,237,131). Sum of RGB (Red+Green+Blue) = 196+237+131=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #C4ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4ED83 is #3B127C. Grayscale: #D5D5D5. Windows color (decimal): -3871357 or 8646084. OLE color: 8646084.
HSL color Cylindrical-coordinate representation of color #C4ED83: hue angle of 83.21º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4ED83 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 237 | 131 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.07 |
| HSL | 83.21º | 0.75% | 0.72% | - |
| HSV(B) | 83.21º | 0.45% | 0.93% | - |
| XYZ | 57.15 | 73.94 | 32.73 | - |
| YUV | 212.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 237 | 131 | 0.17 | 0 | 0.45 | 0.07 | 83.21 | 0.75 | 0.72 |
| Hex | C4 | ED | 83 | 11 | 0 | 2D | 7 | 53 | 4B | 48 |
| Octal | 304 | 355 | 203 | 21 | 0 | 55 | 7 | 123 | 113 | 110 |
| Binary | 11000100 | 11101101 | 10000011 | 10001 | 0 | 101101 | 111 | 1010011 | 1001011 | 1001000 |
Color Harmonies of #C4ED83
Complementary color
Monochromatic Colors of #C4ED83
Black with #C4ED83
Text Example
Text Example
White with #C4ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ED83; }
p { color: rgb(196,237,131); }
H1.HeaderClassName
{
color: #C4ED83;
}
.AnyTagClassName
{
color: #C4ED83;
}
</style>
background-color css
<style>
a { background-color: #C4ED83; }
a { background-color: rgb(196,237,131); }
div.DivClassName
{
background-color: #C4ED83;
}
.BgClassName
{
background-color: #C4ED83;
}
</style>
border-color css
<style>
span { border-color: #C4ED83; }
span { border-color: rgb(196,237,131); }
td.TdClassName
{
border-color: #C4ED83;
}
.TagClassName
{
border-color: #C4ED83;
}
</style>