Shades of Sulu #C2DF7B
Tints of Sulu #C2DF7B
RGB
CMYK
RGB Variations
Color information
#C2DF7B (or 0xC2DF7B) is known color: Sulu. HEX triplet: C2, DF and 7B. RGB value is (194,223,123). Sum of RGB (Red+Green+Blue) = 194+223+123=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF7B is #3D2084. Grayscale: #CBCBCB. Windows color (decimal): -4006021 or 8118210. OLE color: 8118210.
HSL color Cylindrical-coordinate representation of color #C2DF7B: hue angle of 77.4º degrees, saturation: 0.61, 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 #C2DF7B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 123 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.13 |
| HSL | 77.4º | 0.61% | 0.68% | - |
| HSV(B) | 77.4º | 0.45% | 0.87% | - |
| XYZ | 52.21 | 65.67 | 28.66 | - |
| YUV | 202.93 | 82.89 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 123 | 0.13 | 0 | 0.45 | 0.13 | 77.4 | 0.61 | 0.68 |
| Hex | C2 | DF | 7B | D | 0 | 2D | D | 4D | 3D | 44 |
| Octal | 302 | 337 | 173 | 15 | 0 | 55 | 15 | 115 | 75 | 104 |
| Binary | 11000010 | 11011111 | 1111011 | 1101 | 0 | 101101 | 1101 | 1001101 | 111101 | 1000100 |
Color Harmonies of #C2DF7B
Complementary color
Monochromatic Colors of #C2DF7B
Black with #C2DF7B
Text Example
Text Example
White with #C2DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DF7B; }
p { color: rgb(194,223,123); }
H1.HeaderClassName
{
color: #C2DF7B;
}
.AnyTagClassName
{
color: #C2DF7B;
}
</style>
background-color css
<style>
a { background-color: #C2DF7B; }
a { background-color: rgb(194,223,123); }
div.DivClassName
{
background-color: #C2DF7B;
}
.BgClassName
{
background-color: #C2DF7B;
}
</style>
border-color css
<style>
span { border-color: #C2DF7B; }
span { border-color: rgb(194,223,123); }
td.TdClassName
{
border-color: #C2DF7B;
}
.TagClassName
{
border-color: #C2DF7B;
}
</style>