Shades of Sulu #C4F67A
Tints of Sulu #C4F67A
RGB
CMYK
RGB Variations
Color information
#C4F67A (or 0xC4F67A) is known color: Sulu. HEX triplet: C4, F6 and 7A. RGB value is (196,246,122). Sum of RGB (Red+Green+Blue) = 196+246+122=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #C4F67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F67A is #3B0985. Grayscale: #D9D9D9. Windows color (decimal): -3869062 or 8058564. OLE color: 8058564.
HSL color Cylindrical-coordinate representation of color #C4F67A: hue angle of 84.19º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4F67A is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 246 | 122 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.04 |
| HSL | 84.19º | 0.87% | 0.72% | - |
| HSV(B) | 84.19º | 0.5% | 0.96% | - |
| XYZ | 59.23 | 79.05 | 30.55 | - |
| YUV | 216.91 | 74.44 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 246 | 122 | 0.20 | 0 | 0.50 | 0.04 | 84.19 | 0.87 | 0.72 |
| Hex | C4 | F6 | 7A | 14 | 0 | 32 | 4 | 54 | 57 | 48 |
| Octal | 304 | 366 | 172 | 24 | 0 | 62 | 4 | 124 | 127 | 110 |
| Binary | 11000100 | 11110110 | 1111010 | 10100 | 0 | 110010 | 100 | 1010100 | 1010111 | 1001000 |
Color Harmonies of #C4F67A
Complementary color
Monochromatic Colors of #C4F67A
Black with #C4F67A
Text Example
Text Example
White with #C4F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F67A; }
p { color: rgb(196,246,122); }
H1.HeaderClassName
{
color: #C4F67A;
}
.AnyTagClassName
{
color: #C4F67A;
}
</style>
background-color css
<style>
a { background-color: #C4F67A; }
a { background-color: rgb(196,246,122); }
div.DivClassName
{
background-color: #C4F67A;
}
.BgClassName
{
background-color: #C4F67A;
}
</style>
border-color css
<style>
span { border-color: #C4F67A; }
span { border-color: rgb(196,246,122); }
td.TdClassName
{
border-color: #C4F67A;
}
.TagClassName
{
border-color: #C4F67A;
}
</style>