Html Css Color HEX #85E536 Atlantis

📋 copy color: '#85E536'

red 133 ◦ green 229 ◦ blue 54

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

Shades of Atlantis #85E536

Tints of Atlantis #85E536

RGB

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

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

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

R = 31.97%
G = 55.05%
B = 12.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#85E536 (or 0x85E536) is known color: Atlantis. HEX triplet: 85, E5 and 36. RGB value is (133,229,54). Sum of RGB (Red+Green+Blue) = 133+229+54=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #85E536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E536 is #7A1AC9. Grayscale: #B4B4B4. Windows color (decimal): -8002250 or 3597701. OLE color: 3597701.

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

Color convert

RGB 133 229 54 -
CMYK 0.42 0 0.76 0.10
HSL 92.91º 0.77% 0.55% -
HSV(B) 92.91º 0.76% 0.9% -
XYZ 38.36 61.29 13.3 -
YUV 180.35 56.7 94.23 -
System Red Green Blue C M Y K H S L
Decimal 133 229 54 0.42 0 0.76 0.10 92.91 0.77 0.55
Hex 85 E5 36 2A 0 4C A 5D 4D 37
Octal 205 345 66 52 0 114 12 135 115 67
Binary 10000101 11100101 110110 101010 0 1001100 1010 1011101 1001101 110111

Color Harmonies of #85E536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E536

Black with #85E536

Text Example


Text Example

White with #85E536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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