Html Css Color HEX #85D43C Atlantis

📋 copy color: '#85D43C'

red 133 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #85D43C

Tints of Atlantis #85D43C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 32.84%
G = 52.35%
B = 14.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#85D43C (or 0x85D43C) is known color: Atlantis. HEX triplet: 85, D4 and 3C. RGB value is (133,212,60). Sum of RGB (Red+Green+Blue) = 133+212+60=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #85D43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D43C is #7A2BC3. Grayscale: #ABABAB. Windows color (decimal): -8006596 or 3986565. OLE color: 3986565.

HSL color Cylindrical-coordinate representation of color #85D43C: hue angle of 91.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85D43C is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 60 -
CMYK 0.37 0 0.72 0.17
HSL 91.18º 0.64% 0.53% -
HSV(B) 91.18º 0.72% 0.83% -
XYZ 34.03 52.4 12.6 -
YUV 171.05 65.33 100.86 -
System Red Green Blue C M Y K H S L
Decimal 133 212 60 0.37 0 0.72 0.17 91.18 0.64 0.53
Hex 85 D4 3C 25 0 48 11 5B 40 35
Octal 205 324 74 45 0 110 21 133 100 65
Binary 10000101 11010100 111100 100101 0 1001000 10001 1011011 1000000 110101

Color Harmonies of #85D43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D43C

Black with #85D43C

Text Example


Text Example

White with #85D43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,60); }

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

background-color css

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

 a { background-color: rgb(133,212,60); }

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

border-color css

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

 span { border-color: rgb(133,212,60); }

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