Shades of Sulu #C5F267
Tints of Sulu #C5F267
RGB
CMYK
RGB Variations
Color information
#C5F267 (or 0xC5F267) is known color: Sulu. HEX triplet: C5, F2 and 67. RGB value is (197,242,103). Sum of RGB (Red+Green+Blue) = 197+242+103=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F267 is #3A0D98. Grayscale: #D5D5D5. Windows color (decimal): -3804569 or 6812357. OLE color: 6812357.
HSL color Cylindrical-coordinate representation of color #C5F267: hue angle of 79.42º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5F267 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 103 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.05 |
| HSL | 79.42º | 0.84% | 0.68% | - |
| HSV(B) | 79.42º | 0.57% | 0.95% | - |
| XYZ | 57.23 | 76.35 | 24.55 | - |
| YUV | 212.7 | 66.09 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 103 | 0.19 | 0 | 0.57 | 0.05 | 79.42 | 0.84 | 0.68 |
| Hex | C5 | F2 | 67 | 13 | 0 | 39 | 5 | 4F | 54 | 44 |
| Octal | 305 | 362 | 147 | 23 | 0 | 71 | 5 | 117 | 124 | 104 |
| Binary | 11000101 | 11110010 | 1100111 | 10011 | 0 | 111001 | 101 | 1001111 | 1010100 | 1000100 |
Color Harmonies of #C5F267
Complementary color
Monochromatic Colors of #C5F267
Black with #C5F267
Text Example
Text Example
White with #C5F267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F267; }
p { color: rgb(197,242,103); }
H1.HeaderClassName
{
color: #C5F267;
}
.AnyTagClassName
{
color: #C5F267;
}
</style>
background-color css
<style>
a { background-color: #C5F267; }
a { background-color: rgb(197,242,103); }
div.DivClassName
{
background-color: #C5F267;
}
.BgClassName
{
background-color: #C5F267;
}
</style>
border-color css
<style>
span { border-color: #C5F267; }
span { border-color: rgb(197,242,103); }
td.TdClassName
{
border-color: #C5F267;
}
.TagClassName
{
border-color: #C5F267;
}
</style>