Html Css Color HEX #85D745 Atlantis

📋 copy color: '#85D745'

red 133 ◦ green 215 ◦ blue 69

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

Shades of Atlantis #85D745

Tints of Atlantis #85D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.56%

 BLUE value IS 69 (27.34% from 255) = 16.55%

R = 31.89%
G = 51.56%
B = 16.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#85D745 (or 0x85D745) is known color: Atlantis. HEX triplet: 85, D7 and 45. RGB value is (133,215,69). Sum of RGB (Red+Green+Blue) = 133+215+69=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #85D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D745 is #7A28BA. Grayscale: #AEAEAE. Windows color (decimal): -8005819 or 4577157. OLE color: 4577157.

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

Color convert

RGB 133 215 69 -
CMYK 0.38 0 0.68 0.16
HSL 93.7º 0.65% 0.56% -
HSV(B) 93.7º 0.68% 0.84% -
XYZ 35.05 54.02 14.21 -
YUV 173.84 68.83 98.87 -
System Red Green Blue C M Y K H S L
Decimal 133 215 69 0.38 0 0.68 0.16 93.7 0.65 0.56
Hex 85 D7 45 26 0 44 10 5E 41 38
Octal 205 327 105 46 0 104 20 136 101 70
Binary 10000101 11010111 1000101 100110 0 1000100 10000 1011110 1000001 111000

Color Harmonies of #85D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D745

Black with #85D745

Text Example


Text Example

White with #85D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,69); }

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

background-color css

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

 a { background-color: rgb(133,215,69); }

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

border-color css

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

 span { border-color: rgb(133,215,69); }

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