Shades of Sulu #C3D87B
Tints of Sulu #C3D87B
RGB
CMYK
RGB Variations
Color information
#C3D87B (or 0xC3D87B) is known color: Sulu. HEX triplet: C3, D8 and 7B. RGB value is (195,216,123). Sum of RGB (Red+Green+Blue) = 195+216+123=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D87B is #3C2784. Grayscale: #C7C7C7. Windows color (decimal): -3942277 or 8116419. OLE color: 8116419.
HSL color Cylindrical-coordinate representation of color #C3D87B: hue angle of 73.55º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3D87B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 216 | 123 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.15 |
| HSL | 73.55º | 0.54% | 0.66% | - |
| HSV(B) | 73.55º | 0.43% | 0.85% | - |
| XYZ | 50.64 | 62.14 | 28.07 | - |
| YUV | 199.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 216 | 123 | 0.10 | 0 | 0.43 | 0.15 | 73.55 | 0.54 | 0.66 |
| Hex | C3 | D8 | 7B | A | 0 | 2B | F | 4A | 36 | 42 |
| Octal | 303 | 330 | 173 | 12 | 0 | 53 | 17 | 112 | 66 | 102 |
| Binary | 11000011 | 11011000 | 1111011 | 1010 | 0 | 101011 | 1111 | 1001010 | 110110 | 1000010 |
Color Harmonies of #C3D87B
Complementary color
Monochromatic Colors of #C3D87B
Black with #C3D87B
Text Example
Text Example
White with #C3D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D87B; }
p { color: rgb(195,216,123); }
H1.HeaderClassName
{
color: #C3D87B;
}
.AnyTagClassName
{
color: #C3D87B;
}
</style>
background-color css
<style>
a { background-color: #C3D87B; }
a { background-color: rgb(195,216,123); }
div.DivClassName
{
background-color: #C3D87B;
}
.BgClassName
{
background-color: #C3D87B;
}
</style>
border-color css
<style>
span { border-color: #C3D87B; }
span { border-color: rgb(195,216,123); }
td.TdClassName
{
border-color: #C3D87B;
}
.TagClassName
{
border-color: #C3D87B;
}
</style>