Html Css Color HEX #85E13B Atlantis

📋 copy color: '#85E13B'

red 133 ◦ green 225 ◦ blue 59

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

Shades of Atlantis #85E13B

Tints of Atlantis #85E13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 53.96%

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 31.89%
G = 53.96%
B = 14.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#85E13B (or 0x85E13B) is known color: Atlantis. HEX triplet: 85, E1 and 3B. RGB value is (133,225,59). Sum of RGB (Red+Green+Blue) = 133+225+59=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #85E13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E13B is #7A1EC4. Grayscale: #B3B3B3. Windows color (decimal): -8003269 or 3924357. OLE color: 3924357.

HSL color Cylindrical-coordinate representation of color #85E13B: hue angle of 93.25º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85E13B is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 59 -
CMYK 0.41 0 0.74 0.12
HSL 93.25º 0.73% 0.56% -
HSV(B) 93.25º 0.74% 0.88% -
XYZ 37.39 59.15 13.58 -
YUV 178.57 60.52 95.5 -
System Red Green Blue C M Y K H S L
Decimal 133 225 59 0.41 0 0.74 0.12 93.25 0.73 0.56
Hex 85 E1 3B 29 0 4A C 5D 49 38
Octal 205 341 73 51 0 112 14 135 111 70
Binary 10000101 11100001 111011 101001 0 1001010 1100 1011101 1001001 111000

Color Harmonies of #85E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E13B

Black with #85E13B

Text Example


Text Example

White with #85E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,59); }

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

background-color css

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

 a { background-color: rgb(133,225,59); }

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

border-color css

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

 span { border-color: rgb(133,225,59); }

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