Shades of Sulu #C2F17F
Tints of Sulu #C2F17F
RGB
CMYK
RGB Variations
Color information
#C2F17F (or 0xC2F17F) is known color: Sulu. HEX triplet: C2, F1 and 7F. RGB value is (194,241,127). Sum of RGB (Red+Green+Blue) = 194+241+127=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F17F is #3D0E80. Grayscale: #D6D6D6. Windows color (decimal): -4001409 or 8384962. OLE color: 8384962.
HSL color Cylindrical-coordinate representation of color #C2F17F: hue angle of 84.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2F17F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 127 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.05 |
| HSL | 84.74º | 0.8% | 0.72% | - |
| HSV(B) | 84.74º | 0.47% | 0.95% | - |
| XYZ | 57.53 | 75.91 | 31.7 | - |
| YUV | 213.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 127 | 0.20 | 0 | 0.47 | 0.05 | 84.74 | 0.8 | 0.72 |
| Hex | C2 | F1 | 7F | 14 | 0 | 2F | 5 | 55 | 50 | 48 |
| Octal | 302 | 361 | 177 | 24 | 0 | 57 | 5 | 125 | 120 | 110 |
| Binary | 11000010 | 11110001 | 1111111 | 10100 | 0 | 101111 | 101 | 1010101 | 1010000 | 1001000 |
Color Harmonies of #C2F17F
Complementary color
Monochromatic Colors of #C2F17F
Black with #C2F17F
Text Example
Text Example
White with #C2F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F17F; }
p { color: rgb(194,241,127); }
H1.HeaderClassName
{
color: #C2F17F;
}
.AnyTagClassName
{
color: #C2F17F;
}
</style>
background-color css
<style>
a { background-color: #C2F17F; }
a { background-color: rgb(194,241,127); }
div.DivClassName
{
background-color: #C2F17F;
}
.BgClassName
{
background-color: #C2F17F;
}
</style>
border-color css
<style>
span { border-color: #C2F17F; }
span { border-color: rgb(194,241,127); }
td.TdClassName
{
border-color: #C2F17F;
}
.TagClassName
{
border-color: #C2F17F;
}
</style>