Shades of Sulu #C2D97D
Tints of Sulu #C2D97D
RGB
CMYK
RGB Variations
Color information
#C2D97D (or 0xC2D97D) is known color: Sulu. HEX triplet: C2, D9 and 7D. RGB value is (194,217,125). Sum of RGB (Red+Green+Blue) = 194+217+125=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D97D is #3D2682. Grayscale: #C7C7C7. Windows color (decimal): -4007555 or 8247746. OLE color: 8247746.
HSL color Cylindrical-coordinate representation of color #C2D97D: hue angle of 75º 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 #C2D97D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 125 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.15 |
| HSL | 75º | 0.55% | 0.67% | - |
| HSV(B) | 75º | 0.42% | 0.85% | - |
| XYZ | 50.76 | 62.58 | 28.8 | - |
| YUV | 199.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 125 | 0.11 | 0 | 0.42 | 0.15 | 75 | 0.55 | 0.67 |
| Hex | C2 | D9 | 7D | B | 0 | 2A | F | 4B | 37 | 43 |
| Octal | 302 | 331 | 175 | 13 | 0 | 52 | 17 | 113 | 67 | 103 |
| Binary | 11000010 | 11011001 | 1111101 | 1011 | 0 | 101010 | 1111 | 1001011 | 110111 | 1000011 |
Color Harmonies of #C2D97D
Complementary color
Monochromatic Colors of #C2D97D
Black with #C2D97D
Text Example
Text Example
White with #C2D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D97D; }
p { color: rgb(194,217,125); }
H1.HeaderClassName
{
color: #C2D97D;
}
.AnyTagClassName
{
color: #C2D97D;
}
</style>
background-color css
<style>
a { background-color: #C2D97D; }
a { background-color: rgb(194,217,125); }
div.DivClassName
{
background-color: #C2D97D;
}
.BgClassName
{
background-color: #C2D97D;
}
</style>
border-color css
<style>
span { border-color: #C2D97D; }
span { border-color: rgb(194,217,125); }
td.TdClassName
{
border-color: #C2D97D;
}
.TagClassName
{
border-color: #C2D97D;
}
</style>