Shades of Sulu #C3DF8B
Tints of Sulu #C3DF8B
RGB
CMYK
RGB Variations
Color information
#C3DF8B (or 0xC3DF8B) is known color: Sulu. HEX triplet: C3, DF and 8B. RGB value is (195,223,139). Sum of RGB (Red+Green+Blue) = 195+223+139=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DF8B is #3C2074. Grayscale: #CDCDCD. Windows color (decimal): -3940469 or 9166787. OLE color: 9166787.
HSL color Cylindrical-coordinate representation of color #C3DF8B: hue angle of 80º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3DF8B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 139 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.13 |
| HSL | 80º | 0.57% | 0.71% | - |
| HSV(B) | 80º | 0.38% | 0.87% | - |
| XYZ | 53.55 | 66.24 | 34.39 | - |
| YUV | 205.05 | 90.72 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 139 | 0.13 | 0 | 0.38 | 0.13 | 80 | 0.57 | 0.71 |
| Hex | C3 | DF | 8B | D | 0 | 26 | D | 50 | 39 | 47 |
| Octal | 303 | 337 | 213 | 15 | 0 | 46 | 15 | 120 | 71 | 107 |
| Binary | 11000011 | 11011111 | 10001011 | 1101 | 0 | 100110 | 1101 | 1010000 | 111001 | 1000111 |
Color Harmonies of #C3DF8B
Complementary color
Monochromatic Colors of #C3DF8B
Black with #C3DF8B
Text Example
Text Example
White with #C3DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DF8B; }
p { color: rgb(195,223,139); }
H1.HeaderClassName
{
color: #C3DF8B;
}
.AnyTagClassName
{
color: #C3DF8B;
}
</style>
background-color css
<style>
a { background-color: #C3DF8B; }
a { background-color: rgb(195,223,139); }
div.DivClassName
{
background-color: #C3DF8B;
}
.BgClassName
{
background-color: #C3DF8B;
}
</style>
border-color css
<style>
span { border-color: #C3DF8B; }
span { border-color: rgb(195,223,139); }
td.TdClassName
{
border-color: #C3DF8B;
}
.TagClassName
{
border-color: #C3DF8B;
}
</style>