Html Css Color HEX #85CD42 Atlantis

📋 copy color: '#85CD42'

red 133 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #85CD42

Tints of Atlantis #85CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

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

R = 32.92%
G = 50.74%
B = 16.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#85CD42 (or 0x85CD42) is known color: Atlantis. HEX triplet: 85, CD and 42. RGB value is (133,205,66). Sum of RGB (Red+Green+Blue) = 133+205+66=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD42 is #7A32BD. Grayscale: #A8A8A8. Windows color (decimal): -8008382 or 4377989. OLE color: 4377989.

HSL color Cylindrical-coordinate representation of color #85CD42: hue angle of 91.08º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85CD42 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 205 66 -
CMYK 0.35 0 0.68 0.20
HSL 91.08º 0.58% 0.53% -
HSV(B) 91.08º 0.68% 0.8% -
XYZ 32.49 49.04 12.91 -
YUV 167.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 133 205 66 0.35 0 0.68 0.20 91.08 0.58 0.53
Hex 85 CD 42 23 0 44 14 5B 3A 35
Octal 205 315 102 43 0 104 24 133 72 65
Binary 10000101 11001101 1000010 100011 0 1000100 10100 1011011 111010 110101

Color Harmonies of #85CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CD42

Black with #85CD42

Text Example


Text Example

White with #85CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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