Html Css Color HEX #85D73F Atlantis

📋 copy color: '#85D73F'

red 133 ◦ green 215 ◦ blue 63

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

Shades of Atlantis #85D73F

Tints of Atlantis #85D73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 32.36%
G = 52.31%
B = 15.33%

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

#85D73F (or 0x85D73F) is known color: Atlantis. HEX triplet: 85, D7 and 3F. RGB value is (133,215,63). Sum of RGB (Red+Green+Blue) = 133+215+63=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #85D73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D73F is #7A28C0. Grayscale: #ADADAD. Windows color (decimal): -8005825 or 4183941. OLE color: 4183941.

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

Color convert

RGB 133 215 63 -
CMYK 0.38 0 0.71 0.16
HSL 92.37º 0.66% 0.55% -
HSV(B) 92.37º 0.71% 0.84% -
XYZ 34.87 53.95 13.28 -
YUV 173.15 65.83 99.36 -
System Red Green Blue C M Y K H S L
Decimal 133 215 63 0.38 0 0.71 0.16 92.37 0.66 0.55
Hex 85 D7 3F 26 0 47 10 5C 42 37
Octal 205 327 77 46 0 107 20 134 102 67
Binary 10000101 11010111 111111 100110 0 1000111 10000 1011100 1000010 110111

Color Harmonies of #85D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D73F

Black with #85D73F

Text Example


Text Example

White with #85D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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