Html Css Color HEX #74E336 Atlantis

📋 copy color: '#74E336'

red 116 ◦ green 227 ◦ blue 54

#74E336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #74E336

Tints of Atlantis #74E336

RGB

 RED value IS 116 (45.7% from 255) = 29.22%

 GREEN value IS 227 (89.06% from 255) = 57.18%

 BLUE value IS 54 (21.48% from 255) = 13.6%

R = 29.22%
G = 57.18%
B = 13.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74E336 (or 0x74E336) is known color: Atlantis. HEX triplet: 74, E3 and 36. RGB value is (116,227,54). Sum of RGB (Red+Green+Blue) = 116+227+54=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #74E336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E336 is #8B1CC9. Grayscale: #AEAEAE. Windows color (decimal): -9116874 or 3597172. OLE color: 3597172.

HSL color Cylindrical-coordinate representation of color #74E336: hue angle of 98.5º 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 #74E336 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 116 227 54 -
CMYK 0.49 0 0.76 0.11
HSL 98.5º 0.76% 0.55% -
HSV(B) 98.5º 0.76% 0.89% -
XYZ 35.34 58.92 13 -
YUV 174.09 60.23 86.57 -
System Red Green Blue C M Y K H S L
Decimal 116 227 54 0.49 0 0.76 0.11 98.5 0.76 0.55
Hex 74 E3 36 31 0 4C B 62 4C 37
Octal 164 343 66 61 0 114 13 142 114 67
Binary 1110100 11100011 110110 110001 0 1001100 1011 1100010 1001100 110111

Color Harmonies of #74E336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E336

Black with #74E336

Text Example


Text Example

White with #74E336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74E336; }

 p { color: rgb(116,227,54); }

 H1.HeaderClassName
 {
   color: #74E336;
 }
 .AnyTagClassName
 {
   color: #74E336;
 }
</style>

background-color css

<style>
 a { background-color: #74E336; }

 a { background-color: rgb(116,227,54); }

 div.DivClassName
 {
   background-color: #74E336;
 }
 .BgClassName
 {
   background-color: #74E336;
 }
</style>

border-color css

<style>
 span { border-color: #74E336; }

 span { border-color: rgb(116,227,54); }

 td.TdClassName
 {
   border-color: #74E336;
 }
 .TagClassName
 {
   border-color: #74E336;
 }
</style>