Shades of Sulu #C2D87F
Tints of Sulu #C2D87F
RGB
CMYK
RGB Variations
Color information
#C2D87F (or 0xC2D87F) is known color: Sulu. HEX triplet: C2, D8 and 7F. RGB value is (194,216,127). Sum of RGB (Red+Green+Blue) = 194+216+127=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D87F is #3D2780. Grayscale: #C7C7C7. Windows color (decimal): -4007809 or 8378562. OLE color: 8378562.
HSL color Cylindrical-coordinate representation of color #C2D87F: hue angle of 74.83º degrees, saturation: 0.53, 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 #C2D87F is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 127 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.15 |
| HSL | 74.83º | 0.53% | 0.67% | - |
| HSV(B) | 74.83º | 0.41% | 0.85% | - |
| XYZ | 50.63 | 62.11 | 29.4 | - |
| YUV | 199.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 127 | 0.10 | 0 | 0.41 | 0.15 | 74.83 | 0.53 | 0.67 |
| Hex | C2 | D8 | 7F | A | 0 | 29 | F | 4B | 35 | 43 |
| Octal | 302 | 330 | 177 | 12 | 0 | 51 | 17 | 113 | 65 | 103 |
| Binary | 11000010 | 11011000 | 1111111 | 1010 | 0 | 101001 | 1111 | 1001011 | 110101 | 1000011 |
Color Harmonies of #C2D87F
Complementary color
Monochromatic Colors of #C2D87F
Black with #C2D87F
Text Example
Text Example
White with #C2D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D87F; }
p { color: rgb(194,216,127); }
H1.HeaderClassName
{
color: #C2D87F;
}
.AnyTagClassName
{
color: #C2D87F;
}
</style>
background-color css
<style>
a { background-color: #C2D87F; }
a { background-color: rgb(194,216,127); }
div.DivClassName
{
background-color: #C2D87F;
}
.BgClassName
{
background-color: #C2D87F;
}
</style>
border-color css
<style>
span { border-color: #C2D87F; }
span { border-color: rgb(194,216,127); }
td.TdClassName
{
border-color: #C2D87F;
}
.TagClassName
{
border-color: #C2D87F;
}
</style>