Shades of Sulu #C1DF72
Tints of Sulu #C1DF72
RGB
CMYK
RGB Variations
Color information
#C1DF72 (or 0xC1DF72) is known color: Sulu. HEX triplet: C1, DF and 72. RGB value is (193,223,114). Sum of RGB (Red+Green+Blue) = 193+223+114=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF72 is #3E208D. Grayscale: #CACACA. Windows color (decimal): -4071566 or 7528385. OLE color: 7528385.
HSL color Cylindrical-coordinate representation of color #C1DF72: hue angle of 76.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1DF72 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 114 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.13 |
| HSL | 76.51º | 0.63% | 0.66% | - |
| HSV(B) | 76.51º | 0.49% | 0.87% | - |
| XYZ | 51.42 | 65.33 | 25.82 | - |
| YUV | 201.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 114 | 0.13 | 0 | 0.49 | 0.13 | 76.51 | 0.63 | 0.66 |
| Hex | C1 | DF | 72 | D | 0 | 31 | D | 4D | 3F | 42 |
| Octal | 301 | 337 | 162 | 15 | 0 | 61 | 15 | 115 | 77 | 102 |
| Binary | 11000001 | 11011111 | 1110010 | 1101 | 0 | 110001 | 1101 | 1001101 | 111111 | 1000010 |
Color Harmonies of #C1DF72
Complementary color
Monochromatic Colors of #C1DF72
Black with #C1DF72
Text Example
Text Example
White with #C1DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF72; }
p { color: rgb(193,223,114); }
H1.HeaderClassName
{
color: #C1DF72;
}
.AnyTagClassName
{
color: #C1DF72;
}
</style>
background-color css
<style>
a { background-color: #C1DF72; }
a { background-color: rgb(193,223,114); }
div.DivClassName
{
background-color: #C1DF72;
}
.BgClassName
{
background-color: #C1DF72;
}
</style>
border-color css
<style>
span { border-color: #C1DF72; }
span { border-color: rgb(193,223,114); }
td.TdClassName
{
border-color: #C1DF72;
}
.TagClassName
{
border-color: #C1DF72;
}
</style>