Shades of Sulu #C3EF74
Tints of Sulu #C3EF74
RGB
CMYK
RGB Variations
Color information
#C3EF74 (or 0xC3EF74) is known color: Sulu. HEX triplet: C3, EF and 74. RGB value is (195,239,116). Sum of RGB (Red+Green+Blue) = 195+239+116=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #C3EF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EF74 is #3C108B. Grayscale: #D4D4D4. Windows color (decimal): -3936396 or 7663555. OLE color: 7663555.
HSL color Cylindrical-coordinate representation of color #C3EF74: hue angle of 81.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3EF74 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 239 | 116 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.06 |
| HSL | 81.46º | 0.79% | 0.7% | - |
| HSV(B) | 81.46º | 0.51% | 0.94% | - |
| XYZ | 56.52 | 74.6 | 27.94 | - |
| YUV | 211.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 239 | 116 | 0.18 | 0 | 0.51 | 0.06 | 81.46 | 0.79 | 0.7 |
| Hex | C3 | EF | 74 | 12 | 0 | 33 | 6 | 51 | 4F | 46 |
| Octal | 303 | 357 | 164 | 22 | 0 | 63 | 6 | 121 | 117 | 106 |
| Binary | 11000011 | 11101111 | 1110100 | 10010 | 0 | 110011 | 110 | 1010001 | 1001111 | 1000110 |
Color Harmonies of #C3EF74
Complementary color
Monochromatic Colors of #C3EF74
Black with #C3EF74
Text Example
Text Example
White with #C3EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EF74; }
p { color: rgb(195,239,116); }
H1.HeaderClassName
{
color: #C3EF74;
}
.AnyTagClassName
{
color: #C3EF74;
}
</style>
background-color css
<style>
a { background-color: #C3EF74; }
a { background-color: rgb(195,239,116); }
div.DivClassName
{
background-color: #C3EF74;
}
.BgClassName
{
background-color: #C3EF74;
}
</style>
border-color css
<style>
span { border-color: #C3EF74; }
span { border-color: rgb(195,239,116); }
td.TdClassName
{
border-color: #C3EF74;
}
.TagClassName
{
border-color: #C3EF74;
}
</style>