Html Css Color HEX #85D63E Atlantis

📋 copy color: '#85D63E'

red 133 ◦ green 214 ◦ blue 62

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

Shades of Atlantis #85D63E

Tints of Atlantis #85D63E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.32%

 BLUE value IS 62 (24.61% from 255) = 15.16%

R = 32.52%
G = 52.32%
B = 15.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#85D63E (or 0x85D63E) is known color: Atlantis. HEX triplet: 85, D6 and 3E. RGB value is (133,214,62). Sum of RGB (Red+Green+Blue) = 133+214+62=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #85D63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D63E is #7A29C1. Grayscale: #ACACAC. Windows color (decimal): -8006082 or 4118149. OLE color: 4118149.

HSL color Cylindrical-coordinate representation of color #85D63E: hue angle of 91.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85D63E is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 214 62 -
CMYK 0.38 0 0.71 0.16
HSL 91.97º 0.65% 0.54% -
HSV(B) 91.97º 0.71% 0.84% -
XYZ 34.59 53.43 13.05 -
YUV 172.45 65.66 99.86 -
System Red Green Blue C M Y K H S L
Decimal 133 214 62 0.38 0 0.71 0.16 91.97 0.65 0.54
Hex 85 D6 3E 26 0 47 10 5C 41 36
Octal 205 326 76 46 0 107 20 134 101 66
Binary 10000101 11010110 111110 100110 0 1000111 10000 1011100 1000001 110110

Color Harmonies of #85D63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D63E

Black with #85D63E

Text Example


Text Example

White with #85D63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,214,62); }

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

background-color css

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

 a { background-color: rgb(133,214,62); }

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

border-color css

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

 span { border-color: rgb(133,214,62); }

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