Html Css Color HEX #85DC44 Atlantis

📋 copy color: '#85DC44'

red 133 ◦ green 220 ◦ blue 68

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

Shades of Atlantis #85DC44

Tints of Atlantis #85DC44

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.26%

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

R = 31.59%
G = 52.26%
B = 16.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#85DC44 (or 0x85DC44) is known color: Atlantis. HEX triplet: 85, DC and 44. RGB value is (133,220,68). Sum of RGB (Red+Green+Blue) = 133+220+68=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DC44 is #7A23BB. Grayscale: #B1B1B1. Windows color (decimal): -8004540 or 4512901. OLE color: 4512901.

HSL color Cylindrical-coordinate representation of color #85DC44: hue angle of 94.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85DC44 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 68 -
CMYK 0.40 0 0.69 0.14
HSL 94.34º 0.68% 0.56% -
HSV(B) 94.34º 0.69% 0.86% -
XYZ 36.31 56.59 14.48 -
YUV 176.66 66.68 96.86 -
System Red Green Blue C M Y K H S L
Decimal 133 220 68 0.40 0 0.69 0.14 94.34 0.68 0.56
Hex 85 DC 44 28 0 45 E 5E 44 38
Octal 205 334 104 50 0 105 16 136 104 70
Binary 10000101 11011100 1000100 101000 0 1000101 1110 1011110 1000100 111000

Color Harmonies of #85DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC44

Black with #85DC44

Text Example


Text Example

White with #85DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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