Shades of Sulu #C1DF6B
Tints of Sulu #C1DF6B
RGB
CMYK
RGB Variations
Color information
#C1DF6B (or 0xC1DF6B) is known color: Sulu. HEX triplet: C1, DF and 6B. RGB value is (193,223,107). Sum of RGB (Red+Green+Blue) = 193+223+107=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF6B is #3E2094. Grayscale: #C9C9C9. Windows color (decimal): -4071573 or 7069633. OLE color: 7069633.
HSL color Cylindrical-coordinate representation of color #C1DF6B: hue angle of 75.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1DF6B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 107 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.13 |
| HSL | 75.52º | 0.64% | 0.65% | - |
| HSV(B) | 75.52º | 0.52% | 0.87% | - |
| XYZ | 51.03 | 65.17 | 23.8 | - |
| YUV | 200.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 107 | 0.13 | 0 | 0.52 | 0.13 | 75.52 | 0.64 | 0.65 |
| Hex | C1 | DF | 6B | D | 0 | 34 | D | 4C | 40 | 41 |
| Octal | 301 | 337 | 153 | 15 | 0 | 64 | 15 | 114 | 100 | 101 |
| Binary | 11000001 | 11011111 | 1101011 | 1101 | 0 | 110100 | 1101 | 1001100 | 1000000 | 1000001 |
Color Harmonies of #C1DF6B
Complementary color
Monochromatic Colors of #C1DF6B
Black with #C1DF6B
Text Example
Text Example
White with #C1DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF6B; }
p { color: rgb(193,223,107); }
H1.HeaderClassName
{
color: #C1DF6B;
}
.AnyTagClassName
{
color: #C1DF6B;
}
</style>
background-color css
<style>
a { background-color: #C1DF6B; }
a { background-color: rgb(193,223,107); }
div.DivClassName
{
background-color: #C1DF6B;
}
.BgClassName
{
background-color: #C1DF6B;
}
</style>
border-color css
<style>
span { border-color: #C1DF6B; }
span { border-color: rgb(193,223,107); }
td.TdClassName
{
border-color: #C1DF6B;
}
.TagClassName
{
border-color: #C1DF6B;
}
</style>