Html Css Color HEX #74E135 Atlantis

📋 copy color: '#74E135'

red 116 ◦ green 225 ◦ blue 53

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

Shades of Atlantis #74E135

Tints of Atlantis #74E135

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.11%

 BLUE value IS 53 (21.09% from 255) = 13.45%

R = 29.44%
G = 57.11%
B = 13.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#74E135 (or 0x74E135) is known color: Atlantis. HEX triplet: 74, E1 and 35. RGB value is (116,225,53). Sum of RGB (Red+Green+Blue) = 116+225+53=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #74E135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E135 is #8B1ECA. Grayscale: #ADADAD. Windows color (decimal): -9117387 or 3531124. OLE color: 3531124.

HSL color Cylindrical-coordinate representation of color #74E135: hue angle of 98.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74E135 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 53 -
CMYK 0.48 0 0.76 0.12
HSL 98.02º 0.74% 0.55% -
HSV(B) 98.02º 0.76% 0.88% -
XYZ 34.77 57.82 12.7 -
YUV 172.8 60.39 87.49 -
System Red Green Blue C M Y K H S L
Decimal 116 225 53 0.48 0 0.76 0.12 98.02 0.74 0.55
Hex 74 E1 35 30 0 4C C 62 4A 37
Octal 164 341 65 60 0 114 14 142 112 67
Binary 1110100 11100001 110101 110000 0 1001100 1100 1100010 1001010 110111

Color Harmonies of #74E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E135

Black with #74E135

Text Example


Text Example

White with #74E135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,53); }

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

background-color css

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

 a { background-color: rgb(116,225,53); }

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

border-color css

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

 span { border-color: rgb(116,225,53); }

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