Shades of Sulu #C8FD6B
Tints of Sulu #C8FD6B
RGB
CMYK
RGB Variations
Color information
#C8FD6B (or 0xC8FD6B) is known color: Sulu. HEX triplet: C8, FD and 6B. RGB value is (200,253,107). Sum of RGB (Red+Green+Blue) = 200+253+107=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD6B is #370294. Grayscale: #DDDDDD. Windows color (decimal): -3605141 or 7077320. OLE color: 7077320.
HSL color Cylindrical-coordinate representation of color #C8FD6B: hue angle of 81.78º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8FD6B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 107 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.01 |
| HSL | 81.78º | 0.97% | 0.71% | - |
| HSV(B) | 81.78º | 0.58% | 0.99% | - |
| XYZ | 61.6 | 83.59 | 26.8 | - |
| YUV | 220.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 107 | 0.21 | 0 | 0.58 | 0.01 | 81.78 | 0.97 | 0.71 |
| Hex | C8 | FD | 6B | 15 | 0 | 3A | 1 | 52 | 61 | 47 |
| Octal | 310 | 375 | 153 | 25 | 0 | 72 | 1 | 122 | 141 | 107 |
| Binary | 11001000 | 11111101 | 1101011 | 10101 | 0 | 111010 | 1 | 1010010 | 1100001 | 1000111 |
Color Harmonies of #C8FD6B
Complementary color
Monochromatic Colors of #C8FD6B
Black with #C8FD6B
Text Example
Text Example
White with #C8FD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD6B; }
p { color: rgb(200,253,107); }
H1.HeaderClassName
{
color: #C8FD6B;
}
.AnyTagClassName
{
color: #C8FD6B;
}
</style>
background-color css
<style>
a { background-color: #C8FD6B; }
a { background-color: rgb(200,253,107); }
div.DivClassName
{
background-color: #C8FD6B;
}
.BgClassName
{
background-color: #C8FD6B;
}
</style>
border-color css
<style>
span { border-color: #C8FD6B; }
span { border-color: rgb(200,253,107); }
td.TdClassName
{
border-color: #C8FD6B;
}
.TagClassName
{
border-color: #C8FD6B;
}
</style>