Html Css Color HEX #85EF49 Atlantis

📋 copy color: '#85EF49'

red 133 ◦ green 239 ◦ blue 73

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

Shades of Atlantis #85EF49

Tints of Atlantis #85EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.71%

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

R = 29.89%
G = 53.71%
B = 16.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#85EF49 (or 0x85EF49) is known color: Atlantis. HEX triplet: 85, EF and 49. RGB value is (133,239,73). Sum of RGB (Red+Green+Blue) = 133+239+73=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EF49 is #7A10B6. Grayscale: #BCBCBC. Windows color (decimal): -7999671 or 4845445. OLE color: 4845445.

HSL color Cylindrical-coordinate representation of color #85EF49: hue angle of 98.31º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85EF49 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 73 -
CMYK 0.44 0 0.69 0.06
HSL 98.31º 0.84% 0.61% -
HSV(B) 98.31º 0.69% 0.94% -
XYZ 41.74 67.2 17.07 -
YUV 188.38 62.88 88.5 -
System Red Green Blue C M Y K H S L
Decimal 133 239 73 0.44 0 0.69 0.06 98.31 0.84 0.61
Hex 85 EF 49 2C 0 45 6 62 54 3D
Octal 205 357 111 54 0 105 6 142 124 75
Binary 10000101 11101111 1001001 101100 0 1000101 110 1100010 1010100 111101

Color Harmonies of #85EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF49

Black with #85EF49

Text Example


Text Example

White with #85EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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