Html Css Color HEX #85EE44 Atlantis

📋 copy color: '#85EE44'

red 133 ◦ green 238 ◦ blue 68

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

Shades of Atlantis #85EE44

Tints of Atlantis #85EE44

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.21%

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

R = 30.3%
G = 54.21%
B = 15.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#85EE44 (or 0x85EE44) is known color: Atlantis. HEX triplet: 85, EE and 44. RGB value is (133,238,68). Sum of RGB (Red+Green+Blue) = 133+238+68=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 238 (93.36% from 255 or 54.21% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85EE44 is #7A11BB. Grayscale: #BBBBBB. Windows color (decimal): -7999932 or 4517509. OLE color: 4517509.

HSL color Cylindrical-coordinate representation of color #85EE44: hue angle of 97.06º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85EE44 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 68 -
CMYK 0.44 0 0.71 0.07
HSL 97.06º 0.83% 0.6% -
HSV(B) 97.06º 0.71% 0.93% -
XYZ 41.29 66.55 16.14 -
YUV 187.23 60.71 89.32 -
System Red Green Blue C M Y K H S L
Decimal 133 238 68 0.44 0 0.71 0.07 97.06 0.83 0.6
Hex 85 EE 44 2C 0 47 7 61 53 3C
Octal 205 356 104 54 0 107 7 141 123 74
Binary 10000101 11101110 1000100 101100 0 1000111 111 1100001 1010011 111100

Color Harmonies of #85EE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EE44

Black with #85EE44

Text Example


Text Example

White with #85EE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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