Html Css Color HEX #85EA49 Atlantis

📋 copy color: '#85EA49'

red 133 ◦ green 234 ◦ blue 73

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

Shades of Atlantis #85EA49

Tints of Atlantis #85EA49

RGB

 RED value IS 133 (52.34% from 255) = 30.23%

 GREEN value IS 234 (91.8% from 255) = 53.18%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 30.23%
G = 53.18%
B = 16.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#85EA49 (or 0x85EA49) is known color: Atlantis. HEX triplet: 85, EA and 49. RGB value is (133,234,73). Sum of RGB (Red+Green+Blue) = 133+234+73=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA49 is #7A15B6. Grayscale: #B9B9B9. Windows color (decimal): -8000951 or 4844165. OLE color: 4844165.

HSL color Cylindrical-coordinate representation of color #85EA49: hue angle of 97.64º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85EA49 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 73 -
CMYK 0.43 0 0.69 0.08
HSL 97.64º 0.79% 0.6% -
HSV(B) 97.64º 0.69% 0.92% -
XYZ 40.3 64.31 16.59 -
YUV 185.45 64.54 90.59 -
System Red Green Blue C M Y K H S L
Decimal 133 234 73 0.43 0 0.69 0.08 97.64 0.79 0.6
Hex 85 EA 49 2B 0 45 8 62 4F 3C
Octal 205 352 111 53 0 105 10 142 117 74
Binary 10000101 11101010 1001001 101011 0 1000101 1000 1100010 1001111 111100

Color Harmonies of #85EA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA49

Black with #85EA49

Text Example


Text Example

White with #85EA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85EA49; }

 p { color: rgb(133,234,73); }

 H1.HeaderClassName
 {
   color: #85EA49;
 }
 .AnyTagClassName
 {
   color: #85EA49;
 }
</style>

background-color css

<style>
 a { background-color: #85EA49; }

 a { background-color: rgb(133,234,73); }

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

border-color css

<style>
 span { border-color: #85EA49; }

 span { border-color: rgb(133,234,73); }

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