Html Css Color HEX #85EA45 Atlantis

📋 copy color: '#85EA45'

red 133 ◦ green 234 ◦ blue 69

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

Shades of Atlantis #85EA45

Tints of Atlantis #85EA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.83%

R = 30.5%
G = 53.67%
B = 15.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#85EA45 (or 0x85EA45) is known color: Atlantis. HEX triplet: 85, EA and 45. RGB value is (133,234,69). Sum of RGB (Red+Green+Blue) = 133+234+69=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA45 is #7A15BA. Grayscale: #B9B9B9. Windows color (decimal): -8000955 or 4582021. OLE color: 4582021.

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

Color convert

RGB 133 234 69 -
CMYK 0.43 0 0.71 0.08
HSL 96.73º 0.8% 0.59% -
HSV(B) 96.73º 0.71% 0.92% -
XYZ 40.17 64.26 15.92 -
YUV 184.99 62.54 90.92 -
System Red Green Blue C M Y K H S L
Decimal 133 234 69 0.43 0 0.71 0.08 96.73 0.8 0.59
Hex 85 EA 45 2B 0 47 8 61 50 3B
Octal 205 352 105 53 0 107 10 141 120 73
Binary 10000101 11101010 1000101 101011 0 1000111 1000 1100001 1010000 111011

Color Harmonies of #85EA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA45

Black with #85EA45

Text Example


Text Example

White with #85EA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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