Html Css Color HEX #74E838 Atlantis

📋 copy color: '#74E838'

red 116 ◦ green 232 ◦ blue 56

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

Shades of Atlantis #74E838

Tints of Atlantis #74E838

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.43%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 28.71%
G = 57.43%
B = 13.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#74E838 (or 0x74E838) is known color: Atlantis. HEX triplet: 74, E8 and 38. RGB value is (116,232,56). Sum of RGB (Red+Green+Blue) = 116+232+56=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #74E838 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E838 is #8B17C7. Grayscale: #B1B1B1. Windows color (decimal): -9115592 or 3729524. OLE color: 3729524.

HSL color Cylindrical-coordinate representation of color #74E838: hue angle of 99.55º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74E838 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 232 56 -
CMYK 0.50 0 0.76 0.09
HSL 99.55º 0.79% 0.56% -
HSV(B) 99.55º 0.76% 0.91% -
XYZ 36.77 61.71 13.71 -
YUV 177.25 59.57 84.31 -
System Red Green Blue C M Y K H S L
Decimal 116 232 56 0.50 0 0.76 0.09 99.55 0.79 0.56
Hex 74 E8 38 32 0 4C 9 64 4F 38
Octal 164 350 70 62 0 114 11 144 117 70
Binary 1110100 11101000 111000 110010 0 1001100 1001 1100100 1001111 111000

Color Harmonies of #74E838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E838

Black with #74E838

Text Example


Text Example

White with #74E838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,232,56); }

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

background-color css

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

 a { background-color: rgb(116,232,56); }

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

border-color css

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

 span { border-color: rgb(116,232,56); }

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