Html Css Color HEX #85EC47 Atlantis

📋 copy color: '#85EC47'

red 133 ◦ green 236 ◦ blue 71

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

Shades of Atlantis #85EC47

Tints of Atlantis #85EC47

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.64%

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 30.23%
G = 53.64%
B = 16.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#85EC47 (or 0x85EC47) is known color: Atlantis. HEX triplet: 85, EC and 47. RGB value is (133,236,71). Sum of RGB (Red+Green+Blue) = 133+236+71=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC47 is #7A13B8. Grayscale: #BABABA. Windows color (decimal): -8000441 or 4713605. OLE color: 4713605.

HSL color Cylindrical-coordinate representation of color #85EC47: hue angle of 97.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85EC47 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 71 -
CMYK 0.44 0 0.70 0.07
HSL 97.45º 0.81% 0.6% -
HSV(B) 97.45º 0.7% 0.93% -
XYZ 40.81 65.43 16.44 -
YUV 186.39 62.88 89.92 -
System Red Green Blue C M Y K H S L
Decimal 133 236 71 0.44 0 0.70 0.07 97.45 0.81 0.6
Hex 85 EC 47 2C 0 46 7 61 51 3C
Octal 205 354 107 54 0 106 7 141 121 74
Binary 10000101 11101100 1000111 101100 0 1000110 111 1100001 1010001 111100

Color Harmonies of #85EC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC47

Black with #85EC47

Text Example


Text Example

White with #85EC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,71); }

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

background-color css

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

 a { background-color: rgb(133,236,71); }

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

border-color css

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

 span { border-color: rgb(133,236,71); }

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