Shades of Atlantis #74E436
Tints of Atlantis #74E436
RGB
CMYK
RGB Variations
Color information
#74E436 (or 0x74E436) is known color: Atlantis. HEX triplet: 74, E4 and 36. RGB value is (116,228,54). Sum of RGB (Red+Green+Blue) = 116+228+54=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #74E436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E436 is #8B1BC9. Grayscale: #AFAFAF. Windows color (decimal): -9116618 or 3597428. OLE color: 3597428.
HSL color Cylindrical-coordinate representation of color #74E436: hue angle of 98.62º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74E436 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 54 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.11 |
| HSL | 98.62º | 0.76% | 0.55% | - |
| HSV(B) | 98.62º | 0.76% | 0.89% | - |
| XYZ | 35.61 | 59.47 | 13.09 | - |
| YUV | 174.68 | 59.89 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 54 | 0.49 | 0 | 0.76 | 0.11 | 98.62 | 0.76 | 0.55 |
| Hex | 74 | E4 | 36 | 31 | 0 | 4C | B | 63 | 4C | 37 |
| Octal | 164 | 344 | 66 | 61 | 0 | 114 | 13 | 143 | 114 | 67 |
| Binary | 1110100 | 11100100 | 110110 | 110001 | 0 | 1001100 | 1011 | 1100011 | 1001100 | 110111 |
Color Harmonies of #74E436
Complementary color
Monochromatic Colors of #74E436
Black with #74E436
Text Example
Text Example
White with #74E436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E436; }
p { color: rgb(116,228,54); }
H1.HeaderClassName
{
color: #74E436;
}
.AnyTagClassName
{
color: #74E436;
}
</style>
background-color css
<style>
a { background-color: #74E436; }
a { background-color: rgb(116,228,54); }
div.DivClassName
{
background-color: #74E436;
}
.BgClassName
{
background-color: #74E436;
}
</style>
border-color css
<style>
span { border-color: #74E436; }
span { border-color: rgb(116,228,54); }
td.TdClassName
{
border-color: #74E436;
}
.TagClassName
{
border-color: #74E436;
}
</style>