Html Css Color HEX #85E736 Atlantis

📋 copy color: '#85E736'

red 133 ◦ green 231 ◦ blue 54

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

Shades of Atlantis #85E736

Tints of Atlantis #85E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 55.26%

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

R = 31.82%
G = 55.26%
B = 12.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#85E736 (or 0x85E736) is known color: Atlantis. HEX triplet: 85, E7 and 36. RGB value is (133,231,54). Sum of RGB (Red+Green+Blue) = 133+231+54=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #85E736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E736 is #7A18C9. Grayscale: #B6B6B6. Windows color (decimal): -8001738 or 3598213. OLE color: 3598213.

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

Color convert

RGB 133 231 54 -
CMYK 0.42 0 0.77 0.09
HSL 93.22º 0.79% 0.56% -
HSV(B) 93.22º 0.77% 0.91% -
XYZ 38.91 62.4 13.48 -
YUV 181.52 56.03 93.39 -
System Red Green Blue C M Y K H S L
Decimal 133 231 54 0.42 0 0.77 0.09 93.22 0.79 0.56
Hex 85 E7 36 2A 0 4D 9 5D 4F 38
Octal 205 347 66 52 0 115 11 135 117 70
Binary 10000101 11100111 110110 101010 0 1001101 1001 1011101 1001111 111000

Color Harmonies of #85E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E736

Black with #85E736

Text Example


Text Example

White with #85E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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