Shades of Sulu #C5FA7F
Tints of Sulu #C5FA7F
RGB
CMYK
RGB Variations
Color information
#C5FA7F (or 0xC5FA7F) is known color: Sulu. HEX triplet: C5, FA and 7F. RGB value is (197,250,127). Sum of RGB (Red+Green+Blue) = 197+250+127=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA7F is #3A0580. Grayscale: #DCDCDC. Windows color (decimal): -3802497 or 8387269. OLE color: 8387269.
HSL color Cylindrical-coordinate representation of color #C5FA7F: hue angle of 85.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5FA7F is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 127 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.02 |
| HSL | 85.85º | 0.92% | 0.74% | - |
| HSV(B) | 85.85º | 0.49% | 0.98% | - |
| XYZ | 61.04 | 81.77 | 32.65 | - |
| YUV | 220.13 | 75.44 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 127 | 0.21 | 0 | 0.49 | 0.02 | 85.85 | 0.92 | 0.74 |
| Hex | C5 | FA | 7F | 15 | 0 | 31 | 2 | 56 | 5C | 4A |
| Octal | 305 | 372 | 177 | 25 | 0 | 61 | 2 | 126 | 134 | 112 |
| Binary | 11000101 | 11111010 | 1111111 | 10101 | 0 | 110001 | 10 | 1010110 | 1011100 | 1001010 |
Color Harmonies of #C5FA7F
Complementary color
Monochromatic Colors of #C5FA7F
Black with #C5FA7F
Text Example
Text Example
White with #C5FA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA7F; }
p { color: rgb(197,250,127); }
H1.HeaderClassName
{
color: #C5FA7F;
}
.AnyTagClassName
{
color: #C5FA7F;
}
</style>
background-color css
<style>
a { background-color: #C5FA7F; }
a { background-color: rgb(197,250,127); }
div.DivClassName
{
background-color: #C5FA7F;
}
.BgClassName
{
background-color: #C5FA7F;
}
</style>
border-color css
<style>
span { border-color: #C5FA7F; }
span { border-color: rgb(197,250,127); }
td.TdClassName
{
border-color: #C5FA7F;
}
.TagClassName
{
border-color: #C5FA7F;
}
</style>