Shades of Sulu #C3DE7B
Tints of Sulu #C3DE7B
RGB
CMYK
RGB Variations
Color information
#C3DE7B (or 0xC3DE7B) is known color: Sulu. HEX triplet: C3, DE and 7B. RGB value is (195,222,123). Sum of RGB (Red+Green+Blue) = 195+222+123=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3DE7B is #3C2184. Grayscale: #CBCBCB. Windows color (decimal): -3940741 or 8117955. OLE color: 8117955.
HSL color Cylindrical-coordinate representation of color #C3DE7B: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3DE7B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 123 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.13 |
| HSL | 76.36º | 0.6% | 0.68% | - |
| HSV(B) | 76.36º | 0.45% | 0.87% | - |
| XYZ | 52.2 | 65.27 | 28.59 | - |
| YUV | 202.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 123 | 0.12 | 0 | 0.45 | 0.13 | 76.36 | 0.6 | 0.68 |
| Hex | C3 | DE | 7B | C | 0 | 2D | D | 4C | 3C | 44 |
| Octal | 303 | 336 | 173 | 14 | 0 | 55 | 15 | 114 | 74 | 104 |
| Binary | 11000011 | 11011110 | 1111011 | 1100 | 0 | 101101 | 1101 | 1001100 | 111100 | 1000100 |
Color Harmonies of #C3DE7B
Complementary color
Monochromatic Colors of #C3DE7B
Black with #C3DE7B
Text Example
Text Example
White with #C3DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DE7B; }
p { color: rgb(195,222,123); }
H1.HeaderClassName
{
color: #C3DE7B;
}
.AnyTagClassName
{
color: #C3DE7B;
}
</style>
background-color css
<style>
a { background-color: #C3DE7B; }
a { background-color: rgb(195,222,123); }
div.DivClassName
{
background-color: #C3DE7B;
}
.BgClassName
{
background-color: #C3DE7B;
}
</style>
border-color css
<style>
span { border-color: #C3DE7B; }
span { border-color: rgb(195,222,123); }
td.TdClassName
{
border-color: #C3DE7B;
}
.TagClassName
{
border-color: #C3DE7B;
}
</style>