Shades of Sulu #C3D87D
Tints of Sulu #C3D87D
RGB
CMYK
RGB Variations
Color information
#C3D87D (or 0xC3D87D) is known color: Sulu. HEX triplet: C3, D8 and 7D. RGB value is (195,216,125). Sum of RGB (Red+Green+Blue) = 195+216+125=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D87D is #3C2782. Grayscale: #C7C7C7. Windows color (decimal): -3942275 or 8247491. OLE color: 8247491.
HSL color Cylindrical-coordinate representation of color #C3D87D: hue angle of 73.85º degrees, saturation: 0.54, 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 #C3D87D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 125 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.15 |
| HSL | 73.85º | 0.54% | 0.67% | - |
| HSV(B) | 73.85º | 0.42% | 0.85% | - |
| XYZ | 50.76 | 62.19 | 28.73 | - |
| YUV | 199.35 | 86.04 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 125 | 0.10 | 0 | 0.42 | 0.15 | 73.85 | 0.54 | 0.67 |
| Hex | C3 | D8 | 7D | A | 0 | 2A | F | 4A | 36 | 43 |
| Octal | 303 | 330 | 175 | 12 | 0 | 52 | 17 | 112 | 66 | 103 |
| Binary | 11000011 | 11011000 | 1111101 | 1010 | 0 | 101010 | 1111 | 1001010 | 110110 | 1000011 |
Color Harmonies of #C3D87D
Complementary color
Monochromatic Colors of #C3D87D
Black with #C3D87D
Text Example
Text Example
White with #C3D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D87D; }
p { color: rgb(195,216,125); }
H1.HeaderClassName
{
color: #C3D87D;
}
.AnyTagClassName
{
color: #C3D87D;
}
</style>
background-color css
<style>
a { background-color: #C3D87D; }
a { background-color: rgb(195,216,125); }
div.DivClassName
{
background-color: #C3D87D;
}
.BgClassName
{
background-color: #C3D87D;
}
</style>
border-color css
<style>
span { border-color: #C3D87D; }
span { border-color: rgb(195,216,125); }
td.TdClassName
{
border-color: #C3D87D;
}
.TagClassName
{
border-color: #C3D87D;
}
</style>