Shades of Sulu #C3EF8D
Tints of Sulu #C3EF8D
RGB
CMYK
RGB Variations
Color information
#C3EF8D (or 0xC3EF8D) is known color: Sulu. HEX triplet: C3, EF and 8D. RGB value is (195,239,141). Sum of RGB (Red+Green+Blue) = 195+239+141=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3EF8D is #3C1072. Grayscale: #D7D7D7. Windows color (decimal): -3936371 or 9301955. OLE color: 9301955.
HSL color Cylindrical-coordinate representation of color #C3EF8D: hue angle of 86.94º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C3EF8D is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 141 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.06 |
| HSL | 86.94º | 0.75% | 0.75% | - |
| HSV(B) | 86.94º | 0.41% | 0.94% | - |
| XYZ | 58.18 | 75.26 | 36.66 | - |
| YUV | 214.67 | 86.42 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 141 | 0.18 | 0 | 0.41 | 0.06 | 86.94 | 0.75 | 0.75 |
| Hex | C3 | EF | 8D | 12 | 0 | 29 | 6 | 57 | 4B | 4B |
| Octal | 303 | 357 | 215 | 22 | 0 | 51 | 6 | 127 | 113 | 113 |
| Binary | 11000011 | 11101111 | 10001101 | 10010 | 0 | 101001 | 110 | 1010111 | 1001011 | 1001011 |
Color Harmonies of #C3EF8D
Complementary color
Monochromatic Colors of #C3EF8D
Black with #C3EF8D
Text Example
Text Example
White with #C3EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF8D; }
p { color: rgb(195,239,141); }
H1.HeaderClassName
{
color: #C3EF8D;
}
.AnyTagClassName
{
color: #C3EF8D;
}
</style>
background-color css
<style>
a { background-color: #C3EF8D; }
a { background-color: rgb(195,239,141); }
div.DivClassName
{
background-color: #C3EF8D;
}
.BgClassName
{
background-color: #C3EF8D;
}
</style>
border-color css
<style>
span { border-color: #C3EF8D; }
span { border-color: rgb(195,239,141); }
td.TdClassName
{
border-color: #C3EF8D;
}
.TagClassName
{
border-color: #C3EF8D;
}
</style>