Html Css Color HEX #85EA44 Atlantis

📋 copy color: '#85EA44'

red 133 ◦ green 234 ◦ blue 68

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

Shades of Atlantis #85EA44

Tints of Atlantis #85EA44

RGB

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

 GREEN value IS 234 (91.8% from 255) = 53.79%

 BLUE value IS 68 (26.95% from 255) = 15.63%

R = 30.57%
G = 53.79%
B = 15.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#85EA44 (or 0x85EA44) is known color: Atlantis. HEX triplet: 85, EA and 44. RGB value is (133,234,68). Sum of RGB (Red+Green+Blue) = 133+234+68=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EA44 is #7A15BB. Grayscale: #B9B9B9. Windows color (decimal): -8000956 or 4516485. OLE color: 4516485.

HSL color Cylindrical-coordinate representation of color #85EA44: hue angle of 96.51º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85EA44 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 68 -
CMYK 0.43 0 0.71 0.08
HSL 96.51º 0.8% 0.59% -
HSV(B) 96.51º 0.71% 0.92% -
XYZ 40.14 64.25 15.75 -
YUV 184.88 62.04 91 -
System Red Green Blue C M Y K H S L
Decimal 133 234 68 0.43 0 0.71 0.08 96.51 0.8 0.59
Hex 85 EA 44 2B 0 47 8 61 50 3B
Octal 205 352 104 53 0 107 10 141 120 73
Binary 10000101 11101010 1000100 101011 0 1000111 1000 1100001 1010000 111011

Color Harmonies of #85EA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EA44

Black with #85EA44

Text Example


Text Example

White with #85EA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,68); }

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

background-color css

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

 a { background-color: rgb(133,234,68); }

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

border-color css

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

 span { border-color: rgb(133,234,68); }

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