Shades of Sulu #C4F064
Tints of Sulu #C4F064
RGB
CMYK
RGB Variations
Color information
#C4F064 (or 0xC4F064) is known color: Sulu. HEX triplet: C4, F0 and 64. RGB value is (196,240,100). Sum of RGB (Red+Green+Blue) = 196+240+100=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F064 is #3B0F9B. Grayscale: #D3D3D3. Windows color (decimal): -3870620 or 6615236. OLE color: 6615236.
HSL color Cylindrical-coordinate representation of color #C4F064: hue angle of 78.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4F064 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 100 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.06 |
| HSL | 78.86º | 0.82% | 0.67% | - |
| HSV(B) | 78.86º | 0.58% | 0.94% | - |
| XYZ | 56.23 | 74.98 | 23.57 | - |
| YUV | 210.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 100 | 0.18 | 0 | 0.58 | 0.06 | 78.86 | 0.82 | 0.67 |
| Hex | C4 | F0 | 64 | 12 | 0 | 3A | 6 | 4F | 52 | 43 |
| Octal | 304 | 360 | 144 | 22 | 0 | 72 | 6 | 117 | 122 | 103 |
| Binary | 11000100 | 11110000 | 1100100 | 10010 | 0 | 111010 | 110 | 1001111 | 1010010 | 1000011 |
Color Harmonies of #C4F064
Complementary color
Monochromatic Colors of #C4F064
Black with #C4F064
Text Example
Text Example
White with #C4F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F064; }
p { color: rgb(196,240,100); }
H1.HeaderClassName
{
color: #C4F064;
}
.AnyTagClassName
{
color: #C4F064;
}
</style>
background-color css
<style>
a { background-color: #C4F064; }
a { background-color: rgb(196,240,100); }
div.DivClassName
{
background-color: #C4F064;
}
.BgClassName
{
background-color: #C4F064;
}
</style>
border-color css
<style>
span { border-color: #C4F064; }
span { border-color: rgb(196,240,100); }
td.TdClassName
{
border-color: #C4F064;
}
.TagClassName
{
border-color: #C4F064;
}
</style>