Shades of Sulu #C2D787
Tints of Sulu #C2D787
RGB
CMYK
RGB Variations
Color information
#C2D787 (or 0xC2D787) is known color: Sulu. HEX triplet: C2, D7 and 87. RGB value is (194,215,135). Sum of RGB (Red+Green+Blue) = 194+215+135=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D787 is #3D2878. Grayscale: #C7C7C7. Windows color (decimal): -4008057 or 8902594. OLE color: 8902594.
HSL color Cylindrical-coordinate representation of color #C2D787: hue angle of 75.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2D787 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 135 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.16 |
| HSL | 75.75º | 0.5% | 0.69% | - |
| HSV(B) | 75.75º | 0.37% | 0.84% | - |
| XYZ | 50.92 | 61.82 | 32.17 | - |
| YUV | 199.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 135 | 0.10 | 0 | 0.37 | 0.16 | 75.75 | 0.5 | 0.69 |
| Hex | C2 | D7 | 87 | A | 0 | 25 | 10 | 4C | 32 | 45 |
| Octal | 302 | 327 | 207 | 12 | 0 | 45 | 20 | 114 | 62 | 105 |
| Binary | 11000010 | 11010111 | 10000111 | 1010 | 0 | 100101 | 10000 | 1001100 | 110010 | 1000101 |
Color Harmonies of #C2D787
Complementary color
Monochromatic Colors of #C2D787
Black with #C2D787
Text Example
Text Example
White with #C2D787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D787; }
p { color: rgb(194,215,135); }
H1.HeaderClassName
{
color: #C2D787;
}
.AnyTagClassName
{
color: #C2D787;
}
</style>
background-color css
<style>
a { background-color: #C2D787; }
a { background-color: rgb(194,215,135); }
div.DivClassName
{
background-color: #C2D787;
}
.BgClassName
{
background-color: #C2D787;
}
</style>
border-color css
<style>
span { border-color: #C2D787; }
span { border-color: rgb(194,215,135); }
td.TdClassName
{
border-color: #C2D787;
}
.TagClassName
{
border-color: #C2D787;
}
</style>