Shades of Sulu #C4D97D
Tints of Sulu #C4D97D
RGB
CMYK
RGB Variations
Color information
#C4D97D (or 0xC4D97D) is known color: Sulu. HEX triplet: C4, D9 and 7D. RGB value is (196,217,125). Sum of RGB (Red+Green+Blue) = 196+217+125=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D97D is #3B2682. Grayscale: #C8C8C8. Windows color (decimal): -3876483 or 8247748. OLE color: 8247748.
HSL color Cylindrical-coordinate representation of color #C4D97D: hue angle of 73.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4D97D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 217 | 125 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.15 |
| HSL | 73.7º | 0.55% | 0.67% | - |
| HSV(B) | 73.7º | 0.42% | 0.85% | - |
| XYZ | 51.28 | 62.84 | 28.83 | - |
| YUV | 200.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 217 | 125 | 0.10 | 0 | 0.42 | 0.15 | 73.7 | 0.55 | 0.67 |
| Hex | C4 | D9 | 7D | A | 0 | 2A | F | 4A | 37 | 43 |
| Octal | 304 | 331 | 175 | 12 | 0 | 52 | 17 | 112 | 67 | 103 |
| Binary | 11000100 | 11011001 | 1111101 | 1010 | 0 | 101010 | 1111 | 1001010 | 110111 | 1000011 |
Color Harmonies of #C4D97D
Complementary color
Monochromatic Colors of #C4D97D
Black with #C4D97D
Text Example
Text Example
White with #C4D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D97D; }
p { color: rgb(196,217,125); }
H1.HeaderClassName
{
color: #C4D97D;
}
.AnyTagClassName
{
color: #C4D97D;
}
</style>
background-color css
<style>
a { background-color: #C4D97D; }
a { background-color: rgb(196,217,125); }
div.DivClassName
{
background-color: #C4D97D;
}
.BgClassName
{
background-color: #C4D97D;
}
</style>
border-color css
<style>
span { border-color: #C4D97D; }
span { border-color: rgb(196,217,125); }
td.TdClassName
{
border-color: #C4D97D;
}
.TagClassName
{
border-color: #C4D97D;
}
</style>