Html Css Color HEX #73E135 Atlantis

📋 copy color: '#73E135'

red 115 ◦ green 225 ◦ blue 53

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

Shades of Atlantis #73E135

Tints of Atlantis #73E135

RGB

 RED value IS 115 (45.31% from 255) = 29.26%

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

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

R = 29.26%
G = 57.25%
B = 13.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#73E135 (or 0x73E135) is known color: Atlantis. HEX triplet: 73, E1 and 35. RGB value is (115,225,53). Sum of RGB (Red+Green+Blue) = 115+225+53=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #73E135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E135 is #8C1ECA. Grayscale: #ADADAD. Windows color (decimal): -9182923 or 3531123. OLE color: 3531123.

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

Color convert

RGB 115 225 53 -
CMYK 0.49 0 0.76 0.12
HSL 98.37º 0.74% 0.55% -
HSV(B) 98.37º 0.76% 0.88% -
XYZ 34.64 57.75 12.69 -
YUV 172.5 60.56 86.99 -
System Red Green Blue C M Y K H S L
Decimal 115 225 53 0.49 0 0.76 0.12 98.37 0.74 0.55
Hex 73 E1 35 31 0 4C C 62 4A 37
Octal 163 341 65 61 0 114 14 142 112 67
Binary 1110011 11100001 110101 110001 0 1001100 1100 1100010 1001010 110111

Color Harmonies of #73E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E135

Black with #73E135

Text Example


Text Example

White with #73E135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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