Html Css Color HEX #85E544 Atlantis

📋 copy color: '#85E544'

red 133 ◦ green 229 ◦ blue 68

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

Shades of Atlantis #85E544

Tints of Atlantis #85E544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.26%

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 30.93%
G = 53.26%
B = 15.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#85E544 (or 0x85E544) is known color: Atlantis. HEX triplet: 85, E5 and 44. RGB value is (133,229,68). Sum of RGB (Red+Green+Blue) = 133+229+68=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #85E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E544 is #7A1ABB. Grayscale: #B6B6B6. Windows color (decimal): -8002236 or 4515205. OLE color: 4515205.

HSL color Cylindrical-coordinate representation of color #85E544: hue angle of 95.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85E544 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 68 -
CMYK 0.42 0 0.70 0.10
HSL 95.78º 0.76% 0.58% -
HSV(B) 95.78º 0.7% 0.9% -
XYZ 38.74 61.44 15.29 -
YUV 181.94 63.7 93.09 -
System Red Green Blue C M Y K H S L
Decimal 133 229 68 0.42 0 0.70 0.10 95.78 0.76 0.58
Hex 85 E5 44 2A 0 46 A 60 4C 3A
Octal 205 345 104 52 0 106 12 140 114 72
Binary 10000101 11100101 1000100 101010 0 1000110 1010 1100000 1001100 111010

Color Harmonies of #85E544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E544

Black with #85E544

Text Example


Text Example

White with #85E544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,68); }

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

background-color css

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

 a { background-color: rgb(133,229,68); }

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

border-color css

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

 span { border-color: rgb(133,229,68); }

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