Html Css Color HEX #85EB44 Atlantis

📋 copy color: '#85EB44'

red 133 ◦ green 235 ◦ blue 68

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

Shades of Atlantis #85EB44

Tints of Atlantis #85EB44

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.9%

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

R = 30.5%
G = 53.9%
B = 15.6%

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

#85EB44 (or 0x85EB44) is known color: Atlantis. HEX triplet: 85, EB and 44. RGB value is (133,235,68). Sum of RGB (Red+Green+Blue) = 133+235+68=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 235 (92.19% from 255 or 53.90% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EB44 is #7A14BB. Grayscale: #BABABA. Windows color (decimal): -8000700 or 4516741. OLE color: 4516741.

HSL color Cylindrical-coordinate representation of color #85EB44: hue angle of 96.65º degrees, saturation: 0.81, 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 #85EB44 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 68 -
CMYK 0.43 0 0.71 0.08
HSL 96.65º 0.81% 0.59% -
HSV(B) 96.65º 0.71% 0.92% -
XYZ 40.42 64.82 15.85 -
YUV 185.46 61.71 90.58 -
System Red Green Blue C M Y K H S L
Decimal 133 235 68 0.43 0 0.71 0.08 96.65 0.81 0.59
Hex 85 EB 44 2B 0 47 8 61 51 3B
Octal 205 353 104 53 0 107 10 141 121 73
Binary 10000101 11101011 1000100 101011 0 1000111 1000 1100001 1010001 111011

Color Harmonies of #85EB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB44

Black with #85EB44

Text Example


Text Example

White with #85EB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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