Html Css Color HEX #85E644 Atlantis

📋 copy color: '#85E644'

red 133 ◦ green 230 ◦ blue 68

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

Shades of Atlantis #85E644

Tints of Atlantis #85E644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.78%

R = 30.86%
G = 53.36%
B = 15.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#85E644 (or 0x85E644) is known color: Atlantis. HEX triplet: 85, E6 and 44. RGB value is (133,230,68). Sum of RGB (Red+Green+Blue) = 133+230+68=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #85E644 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E644 is #7A19BB. Grayscale: #B7B7B7. Windows color (decimal): -8001980 or 4515461. OLE color: 4515461.

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

Color convert

RGB 133 230 68 -
CMYK 0.42 0 0.70 0.10
HSL 95.93º 0.76% 0.58% -
HSV(B) 95.93º 0.7% 0.9% -
XYZ 39.01 62 15.38 -
YUV 182.53 63.36 92.67 -
System Red Green Blue C M Y K H S L
Decimal 133 230 68 0.42 0 0.70 0.10 95.93 0.76 0.58
Hex 85 E6 44 2A 0 46 A 60 4C 3A
Octal 205 346 104 52 0 106 12 140 114 72
Binary 10000101 11100110 1000100 101010 0 1000110 1010 1100000 1001100 111010

Color Harmonies of #85E644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E644

Black with #85E644

Text Example


Text Example

White with #85E644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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