Shades of Sulu #C3E67D
Tints of Sulu #C3E67D
RGB
CMYK
RGB Variations
Color information
#C3E67D (or 0xC3E67D) is known color: Sulu. HEX triplet: C3, E6 and 7D. RGB value is (195,230,125). Sum of RGB (Red+Green+Blue) = 195+230+125=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E67D is #3C1982. Grayscale: #CFCFCF. Windows color (decimal): -3938691 or 8251075. OLE color: 8251075.
HSL color Cylindrical-coordinate representation of color #C3E67D: hue angle of 80º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3E67D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 125 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.10 |
| HSL | 80º | 0.68% | 0.7% | - |
| HSV(B) | 80º | 0.46% | 0.9% | - |
| XYZ | 54.5 | 69.68 | 29.98 | - |
| YUV | 207.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 125 | 0.15 | 0 | 0.46 | 0.10 | 80 | 0.68 | 0.7 |
| Hex | C3 | E6 | 7D | F | 0 | 2E | A | 50 | 44 | 46 |
| Octal | 303 | 346 | 175 | 17 | 0 | 56 | 12 | 120 | 104 | 106 |
| Binary | 11000011 | 11100110 | 1111101 | 1111 | 0 | 101110 | 1010 | 1010000 | 1000100 | 1000110 |
Color Harmonies of #C3E67D
Complementary color
Monochromatic Colors of #C3E67D
Black with #C3E67D
Text Example
Text Example
White with #C3E67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E67D; }
p { color: rgb(195,230,125); }
H1.HeaderClassName
{
color: #C3E67D;
}
.AnyTagClassName
{
color: #C3E67D;
}
</style>
background-color css
<style>
a { background-color: #C3E67D; }
a { background-color: rgb(195,230,125); }
div.DivClassName
{
background-color: #C3E67D;
}
.BgClassName
{
background-color: #C3E67D;
}
</style>
border-color css
<style>
span { border-color: #C3E67D; }
span { border-color: rgb(195,230,125); }
td.TdClassName
{
border-color: #C3E67D;
}
.TagClassName
{
border-color: #C3E67D;
}
</style>