Html Css Color HEX #85DD37 Atlantis

📋 copy color: '#85DD37'

red 133 ◦ green 221 ◦ blue 55

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

Shades of Atlantis #85DD37

Tints of Atlantis #85DD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

 BLUE value IS 55 (21.88% from 255) = 13.45%

R = 32.52%
G = 54.03%
B = 13.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#85DD37 (or 0x85DD37) is known color: Atlantis. HEX triplet: 85, DD and 37. RGB value is (133,221,55). Sum of RGB (Red+Green+Blue) = 133+221+55=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 55 (21.88% from 255 or 13.45% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DD37 is #7A22C8. Grayscale: #B0B0B0. Windows color (decimal): -8004297 or 3661189. OLE color: 3661189.

HSL color Cylindrical-coordinate representation of color #85DD37: hue angle of 91.81º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85DD37 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 55 -
CMYK 0.40 0 0.75 0.13
HSL 91.81º 0.71% 0.54% -
HSV(B) 91.81º 0.75% 0.87% -
XYZ 36.22 56.98 12.7 -
YUV 175.76 59.85 97.5 -
System Red Green Blue C M Y K H S L
Decimal 133 221 55 0.40 0 0.75 0.13 91.81 0.71 0.54
Hex 85 DD 37 28 0 4B D 5C 47 36
Octal 205 335 67 50 0 113 15 134 107 66
Binary 10000101 11011101 110111 101000 0 1001011 1101 1011100 1000111 110110

Color Harmonies of #85DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD37

Black with #85DD37

Text Example


Text Example

White with #85DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,55); }

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

background-color css

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

 a { background-color: rgb(133,221,55); }

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

border-color css

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

 span { border-color: rgb(133,221,55); }

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