Shades of Sulu #C5F265
Tints of Sulu #C5F265
RGB
CMYK
RGB Variations
Color information
#C5F265 (or 0xC5F265) is known color: Sulu. HEX triplet: C5, F2 and 65. RGB value is (197,242,101). Sum of RGB (Red+Green+Blue) = 197+242+101=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F265 is #3A0D9A. Grayscale: #D4D4D4. Windows color (decimal): -3804571 or 6681285. OLE color: 6681285.
HSL color Cylindrical-coordinate representation of color #C5F265: hue angle of 79.15º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5F265 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 101 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.05 |
| HSL | 79.15º | 0.84% | 0.67% | - |
| HSV(B) | 79.15º | 0.58% | 0.95% | - |
| XYZ | 57.13 | 76.31 | 24.03 | - |
| YUV | 212.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 101 | 0.19 | 0 | 0.58 | 0.05 | 79.15 | 0.84 | 0.67 |
| Hex | C5 | F2 | 65 | 13 | 0 | 3A | 5 | 4F | 54 | 43 |
| Octal | 305 | 362 | 145 | 23 | 0 | 72 | 5 | 117 | 124 | 103 |
| Binary | 11000101 | 11110010 | 1100101 | 10011 | 0 | 111010 | 101 | 1001111 | 1010100 | 1000011 |
Color Harmonies of #C5F265
Complementary color
Monochromatic Colors of #C5F265
Black with #C5F265
Text Example
Text Example
White with #C5F265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F265; }
p { color: rgb(197,242,101); }
H1.HeaderClassName
{
color: #C5F265;
}
.AnyTagClassName
{
color: #C5F265;
}
</style>
background-color css
<style>
a { background-color: #C5F265; }
a { background-color: rgb(197,242,101); }
div.DivClassName
{
background-color: #C5F265;
}
.BgClassName
{
background-color: #C5F265;
}
</style>
border-color css
<style>
span { border-color: #C5F265; }
span { border-color: rgb(197,242,101); }
td.TdClassName
{
border-color: #C5F265;
}
.TagClassName
{
border-color: #C5F265;
}
</style>