Html Css Color HEX #85EC38 Atlantis

📋 copy color: '#85EC38'

red 133 ◦ green 236 ◦ blue 56

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

Shades of Atlantis #85EC38

Tints of Atlantis #85EC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 31.29%
G = 55.53%
B = 13.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#85EC38 (or 0x85EC38) is known color: Atlantis. HEX triplet: 85, EC and 38. RGB value is (133,236,56). Sum of RGB (Red+Green+Blue) = 133+236+56=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EC38 is #7A13C7. Grayscale: #B9B9B9. Windows color (decimal): -8000456 or 3730565. OLE color: 3730565.

HSL color Cylindrical-coordinate representation of color #85EC38: hue angle of 94.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85EC38 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 56 -
CMYK 0.44 0 0.76 0.07
HSL 94.33º 0.83% 0.57% -
HSV(B) 94.33º 0.76% 0.93% -
XYZ 40.38 65.26 14.21 -
YUV 184.68 55.38 91.14 -
System Red Green Blue C M Y K H S L
Decimal 133 236 56 0.44 0 0.76 0.07 94.33 0.83 0.57
Hex 85 EC 38 2C 0 4C 7 5E 53 39
Octal 205 354 70 54 0 114 7 136 123 71
Binary 10000101 11101100 111000 101100 0 1001100 111 1011110 1010011 111001

Color Harmonies of #85EC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EC38

Black with #85EC38

Text Example


Text Example

White with #85EC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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