Html Css Color HEX #85E949 Atlantis

📋 copy color: '#85E949'

red 133 ◦ green 233 ◦ blue 73

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

Shades of Atlantis #85E949

Tints of Atlantis #85E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.08%

 BLUE value IS 73 (28.91% from 255) = 16.63%

R = 30.3%
G = 53.08%
B = 16.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#85E949 (or 0x85E949) is known color: Atlantis. HEX triplet: 85, E9 and 49. RGB value is (133,233,73). Sum of RGB (Red+Green+Blue) = 133+233+73=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 233 (91.41% from 255 or 53.08% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 233 - color contains mainly: green. Hex color #85E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E949 is #7A16B6. Grayscale: #B9B9B9. Windows color (decimal): -8001207 or 4843909. OLE color: 4843909.

HSL color Cylindrical-coordinate representation of color #85E949: hue angle of 97.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85E949 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 73 -
CMYK 0.43 0 0.69 0.09
HSL 97.5º 0.78% 0.6% -
HSV(B) 97.5º 0.69% 0.91% -
XYZ 40.01 63.75 16.5 -
YUV 184.86 64.87 91.01 -
System Red Green Blue C M Y K H S L
Decimal 133 233 73 0.43 0 0.69 0.09 97.5 0.78 0.6
Hex 85 E9 49 2B 0 45 9 62 4E 3C
Octal 205 351 111 53 0 105 11 142 116 74
Binary 10000101 11101001 1001001 101011 0 1000101 1001 1100010 1001110 111100

Color Harmonies of #85E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E949

Black with #85E949

Text Example


Text Example

White with #85E949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,73); }

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

background-color css

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

 a { background-color: rgb(133,233,73); }

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

border-color css

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

 span { border-color: rgb(133,233,73); }

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