Shades of Sulu #C8FE74
Tints of Sulu #C8FE74
RGB
CMYK
RGB Variations
Color information
#C8FE74 (or 0xC8FE74) is known color: Sulu. HEX triplet: C8, FE and 74. RGB value is (200,254,116). Sum of RGB (Red+Green+Blue) = 200+254+116=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE74 is #37018B. Grayscale: #DEDEDE. Windows color (decimal): -3604876 or 7667400. OLE color: 7667400.
HSL color Cylindrical-coordinate representation of color #C8FE74: hue angle of 83.48º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8FE74 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 116 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.00 |
| HSL | 83.48º | 0.99% | 0.73% | - |
| HSV(B) | 83.48º | 0.54% | 1% | - |
| XYZ | 62.41 | 84.42 | 29.53 | - |
| YUV | 222.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 116 | 0.21 | 0 | 0.54 | 0.00 | 83.48 | 0.99 | 0.73 |
| Hex | C8 | FE | 74 | 15 | 0 | 36 | 0 | 53 | 63 | 49 |
| Octal | 310 | 376 | 164 | 25 | 0 | 66 | 0 | 123 | 143 | 111 |
| Binary | 11001000 | 11111110 | 1110100 | 10101 | 0 | 110110 | 0 | 1010011 | 1100011 | 1001001 |
Color Harmonies of #C8FE74
Complementary color
Monochromatic Colors of #C8FE74
Black with #C8FE74
Text Example
Text Example
White with #C8FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE74; }
p { color: rgb(200,254,116); }
H1.HeaderClassName
{
color: #C8FE74;
}
.AnyTagClassName
{
color: #C8FE74;
}
</style>
background-color css
<style>
a { background-color: #C8FE74; }
a { background-color: rgb(200,254,116); }
div.DivClassName
{
background-color: #C8FE74;
}
.BgClassName
{
background-color: #C8FE74;
}
</style>
border-color css
<style>
span { border-color: #C8FE74; }
span { border-color: rgb(200,254,116); }
td.TdClassName
{
border-color: #C8FE74;
}
.TagClassName
{
border-color: #C8FE74;
}
</style>