Html Css Color HEX #85E037 Atlantis

📋 copy color: '#85E037'

red 133 ◦ green 224 ◦ blue 55

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

Shades of Atlantis #85E037

Tints of Atlantis #85E037

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.37%

 BLUE value IS 55 (21.88% from 255) = 13.35%

R = 32.28%
G = 54.37%
B = 13.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#85E037 (or 0x85E037) is known color: Atlantis. HEX triplet: 85, E0 and 37. RGB value is (133,224,55). Sum of RGB (Red+Green+Blue) = 133+224+55=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #85E037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E037 is #7A1FC8. Grayscale: #B2B2B2. Windows color (decimal): -8003529 or 3661957. OLE color: 3661957.

HSL color Cylindrical-coordinate representation of color #85E037: hue angle of 92.31º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85E037 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 224 55 -
CMYK 0.41 0 0.75 0.12
HSL 92.31º 0.73% 0.55% -
HSV(B) 92.31º 0.75% 0.88% -
XYZ 37.02 58.57 12.97 -
YUV 177.53 58.85 96.24 -
System Red Green Blue C M Y K H S L
Decimal 133 224 55 0.41 0 0.75 0.12 92.31 0.73 0.55
Hex 85 E0 37 29 0 4B C 5C 49 37
Octal 205 340 67 51 0 113 14 134 111 67
Binary 10000101 11100000 110111 101001 0 1001011 1100 1011100 1001001 110111

Color Harmonies of #85E037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E037

Black with #85E037

Text Example


Text Example

White with #85E037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,55); }

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

background-color css

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

 a { background-color: rgb(133,224,55); }

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

border-color css

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

 span { border-color: rgb(133,224,55); }

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