Shades of Sulu #C4F669
Tints of Sulu #C4F669
RGB
CMYK
RGB Variations
Color information
#C4F669 (or 0xC4F669) is known color: Sulu. HEX triplet: C4, F6 and 69. RGB value is (196,246,105). Sum of RGB (Red+Green+Blue) = 196+246+105=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #C4F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F669 is #3B0996. Grayscale: #D7D7D7. Windows color (decimal): -3869079 or 6944452. OLE color: 6944452.
HSL color Cylindrical-coordinate representation of color #C4F669: hue angle of 81.28º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4F669 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 246 | 105 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.04 |
| HSL | 81.28º | 0.89% | 0.69% | - |
| HSV(B) | 81.28º | 0.57% | 0.96% | - |
| XYZ | 58.27 | 78.67 | 25.48 | - |
| YUV | 214.98 | 65.94 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 246 | 105 | 0.20 | 0 | 0.57 | 0.04 | 81.28 | 0.89 | 0.69 |
| Hex | C4 | F6 | 69 | 14 | 0 | 39 | 4 | 51 | 59 | 45 |
| Octal | 304 | 366 | 151 | 24 | 0 | 71 | 4 | 121 | 131 | 105 |
| Binary | 11000100 | 11110110 | 1101001 | 10100 | 0 | 111001 | 100 | 1010001 | 1011001 | 1000101 |
Color Harmonies of #C4F669
Complementary color
Monochromatic Colors of #C4F669
Black with #C4F669
Text Example
Text Example
White with #C4F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F669; }
p { color: rgb(196,246,105); }
H1.HeaderClassName
{
color: #C4F669;
}
.AnyTagClassName
{
color: #C4F669;
}
</style>
background-color css
<style>
a { background-color: #C4F669; }
a { background-color: rgb(196,246,105); }
div.DivClassName
{
background-color: #C4F669;
}
.BgClassName
{
background-color: #C4F669;
}
</style>
border-color css
<style>
span { border-color: #C4F669; }
span { border-color: rgb(196,246,105); }
td.TdClassName
{
border-color: #C4F669;
}
.TagClassName
{
border-color: #C4F669;
}
</style>