Html Css Color HEX #85DE42 Atlantis

📋 copy color: '#85DE42'

red 133 ◦ green 222 ◦ blue 66

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

Shades of Atlantis #85DE42

Tints of Atlantis #85DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.73%

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 31.59%
G = 52.73%
B = 15.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#85DE42 (or 0x85DE42) is known color: Atlantis. HEX triplet: 85, DE and 42. RGB value is (133,222,66). Sum of RGB (Red+Green+Blue) = 133+222+66=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DE42 is #7A21BD. Grayscale: #B2B2B2. Windows color (decimal): -8004030 or 4382341. OLE color: 4382341.

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

Color convert

RGB 133 222 66 -
CMYK 0.40 0 0.70 0.13
HSL 94.23º 0.7% 0.56% -
HSV(B) 94.23º 0.7% 0.87% -
XYZ 36.78 57.62 14.34 -
YUV 177.61 65.01 96.18 -
System Red Green Blue C M Y K H S L
Decimal 133 222 66 0.40 0 0.70 0.13 94.23 0.7 0.56
Hex 85 DE 42 28 0 46 D 5E 46 38
Octal 205 336 102 50 0 106 15 136 106 70
Binary 10000101 11011110 1000010 101000 0 1000110 1101 1011110 1000110 111000

Color Harmonies of #85DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DE42

Black with #85DE42

Text Example


Text Example

White with #85DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,222,66); }

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

background-color css

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

 a { background-color: rgb(133,222,66); }

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

border-color css

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

 span { border-color: rgb(133,222,66); }

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