Shades of Sulu #C2F97D
Tints of Sulu #C2F97D
RGB
CMYK
RGB Variations
Color information
#C2F97D (or 0xC2F97D) is known color: Sulu. HEX triplet: C2, F9 and 7D. RGB value is (194,249,125). Sum of RGB (Red+Green+Blue) = 194+249+125=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97D is #3D0682. Grayscale: #DADADA. Windows color (decimal): -3999363 or 8255938. OLE color: 8255938.
HSL color Cylindrical-coordinate representation of color #C2F97D: hue angle of 86.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F97D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 249 | 125 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.02 |
| HSL | 86.61º | 0.91% | 0.73% | - |
| HSV(B) | 86.61º | 0.5% | 0.98% | - |
| XYZ | 59.83 | 80.7 | 31.83 | - |
| YUV | 218.42 | 75.28 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 249 | 125 | 0.22 | 0 | 0.50 | 0.02 | 86.61 | 0.91 | 0.73 |
| Hex | C2 | F9 | 7D | 16 | 0 | 32 | 2 | 57 | 5B | 49 |
| Octal | 302 | 371 | 175 | 26 | 0 | 62 | 2 | 127 | 133 | 111 |
| Binary | 11000010 | 11111001 | 1111101 | 10110 | 0 | 110010 | 10 | 1010111 | 1011011 | 1001001 |
Color Harmonies of #C2F97D
Complementary color
Monochromatic Colors of #C2F97D
Black with #C2F97D
Text Example
Text Example
White with #C2F97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F97D; }
p { color: rgb(194,249,125); }
H1.HeaderClassName
{
color: #C2F97D;
}
.AnyTagClassName
{
color: #C2F97D;
}
</style>
background-color css
<style>
a { background-color: #C2F97D; }
a { background-color: rgb(194,249,125); }
div.DivClassName
{
background-color: #C2F97D;
}
.BgClassName
{
background-color: #C2F97D;
}
</style>
border-color css
<style>
span { border-color: #C2F97D; }
span { border-color: rgb(194,249,125); }
td.TdClassName
{
border-color: #C2F97D;
}
.TagClassName
{
border-color: #C2F97D;
}
</style>