Shades of Sulu #C2D97F
Tints of Sulu #C2D97F
RGB
CMYK
RGB Variations
Color information
#C2D97F (or 0xC2D97F) is known color: Sulu. HEX triplet: C2, D9 and 7F. RGB value is (194,217,127). Sum of RGB (Red+Green+Blue) = 194+217+127=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D97F is #3D2680. Grayscale: #C8C8C8. Windows color (decimal): -4007553 or 8378818. OLE color: 8378818.
HSL color Cylindrical-coordinate representation of color #C2D97F: hue angle of 75.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2D97F is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 127 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.15 |
| HSL | 75.33º | 0.54% | 0.67% | - |
| HSV(B) | 75.33º | 0.41% | 0.85% | - |
| XYZ | 50.89 | 62.63 | 29.48 | - |
| YUV | 199.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 127 | 0.11 | 0 | 0.41 | 0.15 | 75.33 | 0.54 | 0.67 |
| Hex | C2 | D9 | 7F | B | 0 | 29 | F | 4B | 36 | 43 |
| Octal | 302 | 331 | 177 | 13 | 0 | 51 | 17 | 113 | 66 | 103 |
| Binary | 11000010 | 11011001 | 1111111 | 1011 | 0 | 101001 | 1111 | 1001011 | 110110 | 1000011 |
Color Harmonies of #C2D97F
Complementary color
Monochromatic Colors of #C2D97F
Black with #C2D97F
Text Example
Text Example
White with #C2D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D97F; }
p { color: rgb(194,217,127); }
H1.HeaderClassName
{
color: #C2D97F;
}
.AnyTagClassName
{
color: #C2D97F;
}
</style>
background-color css
<style>
a { background-color: #C2D97F; }
a { background-color: rgb(194,217,127); }
div.DivClassName
{
background-color: #C2D97F;
}
.BgClassName
{
background-color: #C2D97F;
}
</style>
border-color css
<style>
span { border-color: #C2D97F; }
span { border-color: rgb(194,217,127); }
td.TdClassName
{
border-color: #C2D97F;
}
.TagClassName
{
border-color: #C2D97F;
}
</style>