Html Css Color HEX #85EA36 Atlantis

📋 copy color: '#85EA36'

red 133 ◦ green 234 ◦ blue 54

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

Shades of Atlantis #85EA36

Tints of Atlantis #85EA36

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.58%

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 31.59%
G = 55.58%
B = 12.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#85EA36 (or 0x85EA36) is known color: Atlantis. HEX triplet: 85, EA and 36. RGB value is (133,234,54). Sum of RGB (Red+Green+Blue) = 133+234+54=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA36 is #7A15C9. Grayscale: #B7B7B7. Windows color (decimal): -8000970 or 3598981. OLE color: 3598981.

HSL color Cylindrical-coordinate representation of color #85EA36: hue angle of 93.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85EA36 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 54 -
CMYK 0.43 0 0.77 0.08
HSL 93.67º 0.81% 0.56% -
HSV(B) 93.67º 0.77% 0.92% -
XYZ 39.76 64.1 13.77 -
YUV 183.28 55.04 92.14 -
System Red Green Blue C M Y K H S L
Decimal 133 234 54 0.43 0 0.77 0.08 93.67 0.81 0.56
Hex 85 EA 36 2B 0 4D 8 5E 51 38
Octal 205 352 66 53 0 115 10 136 121 70
Binary 10000101 11101010 110110 101011 0 1001101 1000 1011110 1010001 111000

Color Harmonies of #85EA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA36

Black with #85EA36

Text Example


Text Example

White with #85EA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,54); }

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

background-color css

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

 a { background-color: rgb(133,234,54); }

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

border-color css

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

 span { border-color: rgb(133,234,54); }

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