Shades of Sulu #C1DF7A
Tints of Sulu #C1DF7A
RGB
CMYK
RGB Variations
Color information
#C1DF7A (or 0xC1DF7A) is known color: Sulu. HEX triplet: C1, DF and 7A. RGB value is (193,223,122). Sum of RGB (Red+Green+Blue) = 193+223+122=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF7A is #3E2085. Grayscale: #CACACA. Windows color (decimal): -4071558 or 8052673. OLE color: 8052673.
HSL color Cylindrical-coordinate representation of color #C1DF7A: hue angle of 77.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1DF7A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 122 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.13 |
| HSL | 77.82º | 0.61% | 0.68% | - |
| HSV(B) | 77.82º | 0.45% | 0.87% | - |
| XYZ | 51.89 | 65.52 | 28.32 | - |
| YUV | 202.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 122 | 0.13 | 0 | 0.45 | 0.13 | 77.82 | 0.61 | 0.68 |
| Hex | C1 | DF | 7A | D | 0 | 2D | D | 4E | 3D | 44 |
| Octal | 301 | 337 | 172 | 15 | 0 | 55 | 15 | 116 | 75 | 104 |
| Binary | 11000001 | 11011111 | 1111010 | 1101 | 0 | 101101 | 1101 | 1001110 | 111101 | 1000100 |
Color Harmonies of #C1DF7A
Complementary color
Monochromatic Colors of #C1DF7A
Black with #C1DF7A
Text Example
Text Example
White with #C1DF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF7A; }
p { color: rgb(193,223,122); }
H1.HeaderClassName
{
color: #C1DF7A;
}
.AnyTagClassName
{
color: #C1DF7A;
}
</style>
background-color css
<style>
a { background-color: #C1DF7A; }
a { background-color: rgb(193,223,122); }
div.DivClassName
{
background-color: #C1DF7A;
}
.BgClassName
{
background-color: #C1DF7A;
}
</style>
border-color css
<style>
span { border-color: #C1DF7A; }
span { border-color: rgb(193,223,122); }
td.TdClassName
{
border-color: #C1DF7A;
}
.TagClassName
{
border-color: #C1DF7A;
}
</style>