Shades of Sulu #C3DF6B
Tints of Sulu #C3DF6B
RGB
CMYK
RGB Variations
Color information
#C3DF6B (or 0xC3DF6B) is known color: Sulu. HEX triplet: C3, DF and 6B. RGB value is (195,223,107). Sum of RGB (Red+Green+Blue) = 195+223+107=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DF6B is #3C2094. Grayscale: #C9C9C9. Windows color (decimal): -3940501 or 7069635. OLE color: 7069635.
HSL color Cylindrical-coordinate representation of color #C3DF6B: hue angle of 74.48º 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 #C3DF6B is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 107 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.13 |
| HSL | 74.48º | 0.64% | 0.65% | - |
| HSV(B) | 74.48º | 0.52% | 0.87% | - |
| XYZ | 51.55 | 65.44 | 23.82 | - |
| YUV | 201.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 107 | 0.13 | 0 | 0.52 | 0.13 | 74.48 | 0.64 | 0.65 |
| Hex | C3 | DF | 6B | D | 0 | 34 | D | 4A | 40 | 41 |
| Octal | 303 | 337 | 153 | 15 | 0 | 64 | 15 | 112 | 100 | 101 |
| Binary | 11000011 | 11011111 | 1101011 | 1101 | 0 | 110100 | 1101 | 1001010 | 1000000 | 1000001 |
Color Harmonies of #C3DF6B
Complementary color
Monochromatic Colors of #C3DF6B
Black with #C3DF6B
Text Example
Text Example
White with #C3DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF6B; }
p { color: rgb(195,223,107); }
H1.HeaderClassName
{
color: #C3DF6B;
}
.AnyTagClassName
{
color: #C3DF6B;
}
</style>
background-color css
<style>
a { background-color: #C3DF6B; }
a { background-color: rgb(195,223,107); }
div.DivClassName
{
background-color: #C3DF6B;
}
.BgClassName
{
background-color: #C3DF6B;
}
</style>
border-color css
<style>
span { border-color: #C3DF6B; }
span { border-color: rgb(195,223,107); }
td.TdClassName
{
border-color: #C3DF6B;
}
.TagClassName
{
border-color: #C3DF6B;
}
</style>