Html Css Color HEX #85E940 Atlantis

📋 copy color: '#85E940'

red 133 ◦ green 233 ◦ blue 64

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

Shades of Atlantis #85E940

Tints of Atlantis #85E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.19%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 30.93%
G = 54.19%
B = 14.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#85E940 (or 0x85E940) is known color: Atlantis. HEX triplet: 85, E9 and 40. RGB value is (133,233,64). Sum of RGB (Red+Green+Blue) = 133+233+64=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #85E940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E940 is #7A16BF. Grayscale: #B8B8B8. Windows color (decimal): -8001216 or 4254085. OLE color: 4254085.

HSL color Cylindrical-coordinate representation of color #85E940: hue angle of 95.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85E940 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 64 -
CMYK 0.43 0 0.73 0.09
HSL 95.5º 0.79% 0.58% -
HSV(B) 95.5º 0.73% 0.91% -
XYZ 39.74 63.63 15.04 -
YUV 183.83 60.37 91.74 -
System Red Green Blue C M Y K H S L
Decimal 133 233 64 0.43 0 0.73 0.09 95.5 0.79 0.58
Hex 85 E9 40 2B 0 49 9 60 4F 3A
Octal 205 351 100 53 0 111 11 140 117 72
Binary 10000101 11101001 1000000 101011 0 1001001 1001 1100000 1001111 111010

Color Harmonies of #85E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E940

Black with #85E940

Text Example


Text Example

White with #85E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,64); }

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

background-color css

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

 a { background-color: rgb(133,233,64); }

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

border-color css

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

 span { border-color: rgb(133,233,64); }

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