Shades of Sulu #C3F074
Tints of Sulu #C3F074
RGB
CMYK
RGB Variations
Color information
#C3F074 (or 0xC3F074) is known color: Sulu. HEX triplet: C3, F0 and 74. RGB value is (195,240,116). Sum of RGB (Red+Green+Blue) = 195+240+116=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F074 is #3C0F8B. Grayscale: #D4D4D4. Windows color (decimal): -3936140 or 7663811. OLE color: 7663811.
HSL color Cylindrical-coordinate representation of color #C3F074: hue angle of 81.77º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3F074 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 116 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.06 |
| HSL | 81.77º | 0.81% | 0.7% | - |
| HSV(B) | 81.77º | 0.52% | 0.94% | - |
| XYZ | 56.82 | 75.18 | 28.04 | - |
| YUV | 212.41 | 73.59 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 116 | 0.19 | 0 | 0.52 | 0.06 | 81.77 | 0.81 | 0.7 |
| Hex | C3 | F0 | 74 | 13 | 0 | 34 | 6 | 52 | 51 | 46 |
| Octal | 303 | 360 | 164 | 23 | 0 | 64 | 6 | 122 | 121 | 106 |
| Binary | 11000011 | 11110000 | 1110100 | 10011 | 0 | 110100 | 110 | 1010010 | 1010001 | 1000110 |
Color Harmonies of #C3F074
Complementary color
Monochromatic Colors of #C3F074
Black with #C3F074
Text Example
Text Example
White with #C3F074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F074; }
p { color: rgb(195,240,116); }
H1.HeaderClassName
{
color: #C3F074;
}
.AnyTagClassName
{
color: #C3F074;
}
</style>
background-color css
<style>
a { background-color: #C3F074; }
a { background-color: rgb(195,240,116); }
div.DivClassName
{
background-color: #C3F074;
}
.BgClassName
{
background-color: #C3F074;
}
</style>
border-color css
<style>
span { border-color: #C3F074; }
span { border-color: rgb(195,240,116); }
td.TdClassName
{
border-color: #C3F074;
}
.TagClassName
{
border-color: #C3F074;
}
</style>