Shades of Sulu #C7F26B
Tints of Sulu #C7F26B
RGB
CMYK
RGB Variations
Color information
#C7F26B (or 0xC7F26B) is known color: Sulu. HEX triplet: C7, F2 and 6B. RGB value is (199,242,107). Sum of RGB (Red+Green+Blue) = 199+242+107=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F26B is #380D94. Grayscale: #D6D6D6. Windows color (decimal): -3673493 or 7074503. OLE color: 7074503.
HSL color Cylindrical-coordinate representation of color #C7F26B: hue angle of 79.11º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7F26B is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 107 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.05 |
| HSL | 79.11º | 0.84% | 0.68% | - |
| HSV(B) | 79.11º | 0.56% | 0.95% | - |
| XYZ | 57.96 | 76.71 | 25.66 | - |
| YUV | 213.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 107 | 0.18 | 0 | 0.56 | 0.05 | 79.11 | 0.84 | 0.68 |
| Hex | C7 | F2 | 6B | 12 | 0 | 38 | 5 | 4F | 54 | 44 |
| Octal | 307 | 362 | 153 | 22 | 0 | 70 | 5 | 117 | 124 | 104 |
| Binary | 11000111 | 11110010 | 1101011 | 10010 | 0 | 111000 | 101 | 1001111 | 1010100 | 1000100 |
Color Harmonies of #C7F26B
Complementary color
Monochromatic Colors of #C7F26B
Black with #C7F26B
Text Example
Text Example
White with #C7F26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F26B; }
p { color: rgb(199,242,107); }
H1.HeaderClassName
{
color: #C7F26B;
}
.AnyTagClassName
{
color: #C7F26B;
}
</style>
background-color css
<style>
a { background-color: #C7F26B; }
a { background-color: rgb(199,242,107); }
div.DivClassName
{
background-color: #C7F26B;
}
.BgClassName
{
background-color: #C7F26B;
}
</style>
border-color css
<style>
span { border-color: #C7F26B; }
span { border-color: rgb(199,242,107); }
td.TdClassName
{
border-color: #C7F26B;
}
.TagClassName
{
border-color: #C7F26B;
}
</style>