Shades of Sulu #C3ED8B
Tints of Sulu #C3ED8B
RGB
CMYK
RGB Variations
Color information
#C3ED8B (or 0xC3ED8B) is known color: Sulu. HEX triplet: C3, ED and 8B. RGB value is (195,237,139). Sum of RGB (Red+Green+Blue) = 195+237+139=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3ED8B is #3C1274. Grayscale: #D5D5D5. Windows color (decimal): -3936885 or 9170371. OLE color: 9170371.
HSL color Cylindrical-coordinate representation of color #C3ED8B: hue angle of 85.71º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3ED8B is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 139 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.07 |
| HSL | 85.71º | 0.73% | 0.74% | - |
| HSV(B) | 85.71º | 0.41% | 0.93% | - |
| XYZ | 57.45 | 74.03 | 35.69 | - |
| YUV | 213.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 139 | 0.18 | 0 | 0.41 | 0.07 | 85.71 | 0.73 | 0.74 |
| Hex | C3 | ED | 8B | 12 | 0 | 29 | 7 | 56 | 49 | 4A |
| Octal | 303 | 355 | 213 | 22 | 0 | 51 | 7 | 126 | 111 | 112 |
| Binary | 11000011 | 11101101 | 10001011 | 10010 | 0 | 101001 | 111 | 1010110 | 1001001 | 1001010 |
Color Harmonies of #C3ED8B
Complementary color
Monochromatic Colors of #C3ED8B
Black with #C3ED8B
Text Example
Text Example
White with #C3ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED8B; }
p { color: rgb(195,237,139); }
H1.HeaderClassName
{
color: #C3ED8B;
}
.AnyTagClassName
{
color: #C3ED8B;
}
</style>
background-color css
<style>
a { background-color: #C3ED8B; }
a { background-color: rgb(195,237,139); }
div.DivClassName
{
background-color: #C3ED8B;
}
.BgClassName
{
background-color: #C3ED8B;
}
</style>
border-color css
<style>
span { border-color: #C3ED8B; }
span { border-color: rgb(195,237,139); }
td.TdClassName
{
border-color: #C3ED8B;
}
.TagClassName
{
border-color: #C3ED8B;
}
</style>