Html Css Color HEX #85DB44 Atlantis

📋 copy color: '#85DB44'

red 133 ◦ green 219 ◦ blue 68

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

Shades of Atlantis #85DB44

Tints of Atlantis #85DB44

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.14%

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

R = 31.67%
G = 52.14%
B = 16.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#85DB44 (or 0x85DB44) is known color: Atlantis. HEX triplet: 85, DB and 44. RGB value is (133,219,68). Sum of RGB (Red+Green+Blue) = 133+219+68=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DB44 is #7A24BB. Grayscale: #B0B0B0. Windows color (decimal): -8004796 or 4512645. OLE color: 4512645.

HSL color Cylindrical-coordinate representation of color #85DB44: hue angle of 94.17º 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 #85DB44 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 68 -
CMYK 0.39 0 0.69 0.14
HSL 94.17º 0.68% 0.56% -
HSV(B) 94.17º 0.69% 0.86% -
XYZ 36.05 56.07 14.39 -
YUV 176.07 67.01 97.28 -
System Red Green Blue C M Y K H S L
Decimal 133 219 68 0.39 0 0.69 0.14 94.17 0.68 0.56
Hex 85 DB 44 27 0 45 E 5E 44 38
Octal 205 333 104 47 0 105 16 136 104 70
Binary 10000101 11011011 1000100 100111 0 1000101 1110 1011110 1000100 111000

Color Harmonies of #85DB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DB44

Black with #85DB44

Text Example


Text Example

White with #85DB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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