Shades of Sulu #C7F26C
Tints of Sulu #C7F26C
RGB
CMYK
RGB Variations
Color information
#C7F26C (or 0xC7F26C) is known color: Sulu. HEX triplet: C7, F2 and 6C. RGB value is (199,242,108). Sum of RGB (Red+Green+Blue) = 199+242+108=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F26C is #380D93. Grayscale: #D6D6D6. Windows color (decimal): -3673492 or 7140039. OLE color: 7140039.
HSL color Cylindrical-coordinate representation of color #C7F26C: hue angle of 79.25º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7F26C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 108 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.05 |
| HSL | 79.25º | 0.84% | 0.69% | - |
| HSV(B) | 79.25º | 0.55% | 0.95% | - |
| XYZ | 58.01 | 76.73 | 25.94 | - |
| YUV | 213.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 108 | 0.18 | 0 | 0.55 | 0.05 | 79.25 | 0.84 | 0.69 |
| Hex | C7 | F2 | 6C | 12 | 0 | 37 | 5 | 4F | 54 | 45 |
| Octal | 307 | 362 | 154 | 22 | 0 | 67 | 5 | 117 | 124 | 105 |
| Binary | 11000111 | 11110010 | 1101100 | 10010 | 0 | 110111 | 101 | 1001111 | 1010100 | 1000101 |
Color Harmonies of #C7F26C
Complementary color
Monochromatic Colors of #C7F26C
Black with #C7F26C
Text Example
Text Example
White with #C7F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F26C; }
p { color: rgb(199,242,108); }
H1.HeaderClassName
{
color: #C7F26C;
}
.AnyTagClassName
{
color: #C7F26C;
}
</style>
background-color css
<style>
a { background-color: #C7F26C; }
a { background-color: rgb(199,242,108); }
div.DivClassName
{
background-color: #C7F26C;
}
.BgClassName
{
background-color: #C7F26C;
}
</style>
border-color css
<style>
span { border-color: #C7F26C; }
span { border-color: rgb(199,242,108); }
td.TdClassName
{
border-color: #C7F26C;
}
.TagClassName
{
border-color: #C7F26C;
}
</style>