Shades of Sulu #C4F066
Tints of Sulu #C4F066
RGB
CMYK
RGB Variations
Color information
#C4F066 (or 0xC4F066) is known color: Sulu. HEX triplet: C4, F0 and 66. RGB value is (196,240,102). Sum of RGB (Red+Green+Blue) = 196+240+102=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F066 is #3B0F99. Grayscale: #D3D3D3. Windows color (decimal): -3870618 or 6746308. OLE color: 6746308.
HSL color Cylindrical-coordinate representation of color #C4F066: hue angle of 79.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4F066 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 102 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.06 |
| HSL | 79.13º | 0.82% | 0.67% | - |
| HSV(B) | 79.13º | 0.58% | 0.94% | - |
| XYZ | 56.32 | 75.02 | 24.08 | - |
| YUV | 211.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 102 | 0.18 | 0 | 0.58 | 0.06 | 79.13 | 0.82 | 0.67 |
| Hex | C4 | F0 | 66 | 12 | 0 | 3A | 6 | 4F | 52 | 43 |
| Octal | 304 | 360 | 146 | 22 | 0 | 72 | 6 | 117 | 122 | 103 |
| Binary | 11000100 | 11110000 | 1100110 | 10010 | 0 | 111010 | 110 | 1001111 | 1010010 | 1000011 |
Color Harmonies of #C4F066
Complementary color
Monochromatic Colors of #C4F066
Black with #C4F066
Text Example
Text Example
White with #C4F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F066; }
p { color: rgb(196,240,102); }
H1.HeaderClassName
{
color: #C4F066;
}
.AnyTagClassName
{
color: #C4F066;
}
</style>
background-color css
<style>
a { background-color: #C4F066; }
a { background-color: rgb(196,240,102); }
div.DivClassName
{
background-color: #C4F066;
}
.BgClassName
{
background-color: #C4F066;
}
</style>
border-color css
<style>
span { border-color: #C4F066; }
span { border-color: rgb(196,240,102); }
td.TdClassName
{
border-color: #C4F066;
}
.TagClassName
{
border-color: #C4F066;
}
</style>