Shades of Sulu #C2F17A
Tints of Sulu #C2F17A
RGB
CMYK
RGB Variations
Color information
#C2F17A (or 0xC2F17A) is known color: Sulu. HEX triplet: C2, F1 and 7A. RGB value is (194,241,122). Sum of RGB (Red+Green+Blue) = 194+241+122=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F17A is #3D0E85. Grayscale: #D5D5D5. Windows color (decimal): -4001414 or 8057282. OLE color: 8057282.
HSL color Cylindrical-coordinate representation of color #C2F17A: hue angle of 83.7º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2F17A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 122 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.05 |
| HSL | 83.7º | 0.81% | 0.71% | - |
| HSV(B) | 83.7º | 0.49% | 0.95% | - |
| XYZ | 57.22 | 75.79 | 30.02 | - |
| YUV | 213.38 | 76.43 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 122 | 0.20 | 0 | 0.49 | 0.05 | 83.7 | 0.81 | 0.71 |
| Hex | C2 | F1 | 7A | 14 | 0 | 31 | 5 | 54 | 51 | 47 |
| Octal | 302 | 361 | 172 | 24 | 0 | 61 | 5 | 124 | 121 | 107 |
| Binary | 11000010 | 11110001 | 1111010 | 10100 | 0 | 110001 | 101 | 1010100 | 1010001 | 1000111 |
Color Harmonies of #C2F17A
Complementary color
Monochromatic Colors of #C2F17A
Black with #C2F17A
Text Example
Text Example
White with #C2F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F17A; }
p { color: rgb(194,241,122); }
H1.HeaderClassName
{
color: #C2F17A;
}
.AnyTagClassName
{
color: #C2F17A;
}
</style>
background-color css
<style>
a { background-color: #C2F17A; }
a { background-color: rgb(194,241,122); }
div.DivClassName
{
background-color: #C2F17A;
}
.BgClassName
{
background-color: #C2F17A;
}
</style>
border-color css
<style>
span { border-color: #C2F17A; }
span { border-color: rgb(194,241,122); }
td.TdClassName
{
border-color: #C2F17A;
}
.TagClassName
{
border-color: #C2F17A;
}
</style>