Shades of Sulu #C2ED64
Tints of Sulu #C2ED64
RGB
CMYK
RGB Variations
Color information
#C2ED64 (or 0xC2ED64) is known color: Sulu. HEX triplet: C2, ED and 64. RGB value is (194,237,100). Sum of RGB (Red+Green+Blue) = 194+237+100=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED64 is #3D129B. Grayscale: #D1D1D1. Windows color (decimal): -4002460 or 6614466. OLE color: 6614466.
HSL color Cylindrical-coordinate representation of color #C2ED64: hue angle of 78.83º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2ED64 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 100 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.07 |
| HSL | 78.83º | 0.79% | 0.66% | - |
| HSV(B) | 78.83º | 0.58% | 0.93% | - |
| XYZ | 54.83 | 72.96 | 23.25 | - |
| YUV | 208.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 100 | 0.18 | 0 | 0.58 | 0.07 | 78.83 | 0.79 | 0.66 |
| Hex | C2 | ED | 64 | 12 | 0 | 3A | 7 | 4F | 4F | 42 |
| Octal | 302 | 355 | 144 | 22 | 0 | 72 | 7 | 117 | 117 | 102 |
| Binary | 11000010 | 11101101 | 1100100 | 10010 | 0 | 111010 | 111 | 1001111 | 1001111 | 1000010 |
Color Harmonies of #C2ED64
Complementary color
Monochromatic Colors of #C2ED64
Black with #C2ED64
Text Example
Text Example
White with #C2ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED64; }
p { color: rgb(194,237,100); }
H1.HeaderClassName
{
color: #C2ED64;
}
.AnyTagClassName
{
color: #C2ED64;
}
</style>
background-color css
<style>
a { background-color: #C2ED64; }
a { background-color: rgb(194,237,100); }
div.DivClassName
{
background-color: #C2ED64;
}
.BgClassName
{
background-color: #C2ED64;
}
</style>
border-color css
<style>
span { border-color: #C2ED64; }
span { border-color: rgb(194,237,100); }
td.TdClassName
{
border-color: #C2ED64;
}
.TagClassName
{
border-color: #C2ED64;
}
</style>