Shades of Sulu #C2D68B
Tints of Sulu #C2D68B
RGB
CMYK
RGB Variations
Color information
#C2D68B (or 0xC2D68B) is known color: Sulu. HEX triplet: C2, D6 and 8B. RGB value is (194,214,139). Sum of RGB (Red+Green+Blue) = 194+214+139=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D68B is #3D2974. Grayscale: #C7C7C7. Windows color (decimal): -4008309 or 9164482. OLE color: 9164482.
HSL color Cylindrical-coordinate representation of color #C2D68B: hue angle of 76º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2D68B is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 139 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.16 |
| HSL | 76º | 0.48% | 0.69% | - |
| HSV(B) | 76º | 0.35% | 0.84% | - |
| XYZ | 50.95 | 61.43 | 33.6 | - |
| YUV | 199.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 139 | 0.09 | 0 | 0.35 | 0.16 | 76 | 0.48 | 0.69 |
| Hex | C2 | D6 | 8B | 9 | 0 | 23 | 10 | 4C | 30 | 45 |
| Octal | 302 | 326 | 213 | 11 | 0 | 43 | 20 | 114 | 60 | 105 |
| Binary | 11000010 | 11010110 | 10001011 | 1001 | 0 | 100011 | 10000 | 1001100 | 110000 | 1000101 |
Color Harmonies of #C2D68B
Complementary color
Monochromatic Colors of #C2D68B
Black with #C2D68B
Text Example
Text Example
White with #C2D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D68B; }
p { color: rgb(194,214,139); }
H1.HeaderClassName
{
color: #C2D68B;
}
.AnyTagClassName
{
color: #C2D68B;
}
</style>
background-color css
<style>
a { background-color: #C2D68B; }
a { background-color: rgb(194,214,139); }
div.DivClassName
{
background-color: #C2D68B;
}
.BgClassName
{
background-color: #C2D68B;
}
</style>
border-color css
<style>
span { border-color: #C2D68B; }
span { border-color: rgb(194,214,139); }
td.TdClassName
{
border-color: #C2D68B;
}
.TagClassName
{
border-color: #C2D68B;
}
</style>