Html Css Color HEX #85E636 Atlantis

📋 copy color: '#85E636'

red 133 ◦ green 230 ◦ blue 54

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

Shades of Atlantis #85E636

Tints of Atlantis #85E636

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.16%

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

R = 31.89%
G = 55.16%
B = 12.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#85E636 (or 0x85E636) is known color: Atlantis. HEX triplet: 85, E6 and 36. RGB value is (133,230,54). Sum of RGB (Red+Green+Blue) = 133+230+54=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #85E636 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E636 is #7A19C9. Grayscale: #B5B5B5. Windows color (decimal): -8001994 or 3597957. OLE color: 3597957.

HSL color Cylindrical-coordinate representation of color #85E636: hue angle of 93.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85E636 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 230 54 -
CMYK 0.42 0 0.77 0.10
HSL 93.07º 0.78% 0.56% -
HSV(B) 93.07º 0.77% 0.9% -
XYZ 38.64 61.85 13.39 -
YUV 180.93 56.36 93.81 -
System Red Green Blue C M Y K H S L
Decimal 133 230 54 0.42 0 0.77 0.10 93.07 0.78 0.56
Hex 85 E6 36 2A 0 4D A 5D 4E 38
Octal 205 346 66 52 0 115 12 135 116 70
Binary 10000101 11100110 110110 101010 0 1001101 1010 1011101 1001110 111000

Color Harmonies of #85E636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E636

Black with #85E636

Text Example


Text Example

White with #85E636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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