Html Css Color HEX #85E841 Atlantis

📋 copy color: '#85E841'

red 133 ◦ green 232 ◦ blue 65

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

Shades of Atlantis #85E841

Tints of Atlantis #85E841

RGB

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

 GREEN value IS 232 (91.02% from 255) = 53.95%

 BLUE value IS 65 (25.78% from 255) = 15.12%

R = 30.93%
G = 53.95%
B = 15.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#85E841 (or 0x85E841) is known color: Atlantis. HEX triplet: 85, E8 and 41. RGB value is (133,232,65). Sum of RGB (Red+Green+Blue) = 133+232+65=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #85E841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E841 is #7A17BE. Grayscale: #B7B7B7. Windows color (decimal): -8001471 or 4319365. OLE color: 4319365.

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

Color convert

RGB 133 232 65 -
CMYK 0.43 0 0.72 0.09
HSL 95.57º 0.78% 0.58% -
HSV(B) 95.57º 0.72% 0.91% -
XYZ 39.48 63.08 15.1 -
YUV 183.36 61.2 92.08 -
System Red Green Blue C M Y K H S L
Decimal 133 232 65 0.43 0 0.72 0.09 95.57 0.78 0.58
Hex 85 E8 41 2B 0 48 9 60 4E 3A
Octal 205 350 101 53 0 110 11 140 116 72
Binary 10000101 11101000 1000001 101011 0 1001000 1001 1100000 1001110 111010

Color Harmonies of #85E841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E841

Black with #85E841

Text Example


Text Example

White with #85E841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,232,65); }

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

background-color css

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

 a { background-color: rgb(133,232,65); }

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

border-color css

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

 span { border-color: rgb(133,232,65); }

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