Shades of Sulu #C2D68A
Tints of Sulu #C2D68A
RGB
CMYK
RGB Variations
Color information
#C2D68A (or 0xC2D68A) is known color: Sulu. HEX triplet: C2, D6 and 8A. RGB value is (194,214,138). Sum of RGB (Red+Green+Blue) = 194+214+138=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D68A is #3D2975. Grayscale: #C7C7C7. Windows color (decimal): -4008310 or 9098946. OLE color: 9098946.
HSL color Cylindrical-coordinate representation of color #C2D68A: hue angle of 75.79º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2D68A is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 138 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.16 |
| HSL | 75.79º | 0.48% | 0.69% | - |
| HSV(B) | 75.79º | 0.36% | 0.84% | - |
| XYZ | 50.88 | 61.4 | 33.21 | - |
| YUV | 199.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 138 | 0.09 | 0 | 0.36 | 0.16 | 75.79 | 0.48 | 0.69 |
| Hex | C2 | D6 | 8A | 9 | 0 | 24 | 10 | 4C | 30 | 45 |
| Octal | 302 | 326 | 212 | 11 | 0 | 44 | 20 | 114 | 60 | 105 |
| Binary | 11000010 | 11010110 | 10001010 | 1001 | 0 | 100100 | 10000 | 1001100 | 110000 | 1000101 |
Color Harmonies of #C2D68A
Complementary color
Monochromatic Colors of #C2D68A
Black with #C2D68A
Text Example
Text Example
White with #C2D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D68A; }
p { color: rgb(194,214,138); }
H1.HeaderClassName
{
color: #C2D68A;
}
.AnyTagClassName
{
color: #C2D68A;
}
</style>
background-color css
<style>
a { background-color: #C2D68A; }
a { background-color: rgb(194,214,138); }
div.DivClassName
{
background-color: #C2D68A;
}
.BgClassName
{
background-color: #C2D68A;
}
</style>
border-color css
<style>
span { border-color: #C2D68A; }
span { border-color: rgb(194,214,138); }
td.TdClassName
{
border-color: #C2D68A;
}
.TagClassName
{
border-color: #C2D68A;
}
</style>