Html Css Color HEX #85DA3C Atlantis

📋 copy color: '#85DA3C'

red 133 ◦ green 218 ◦ blue 60

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

Shades of Atlantis #85DA3C

Tints of Atlantis #85DA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.04%

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

R = 32.36%
G = 53.04%
B = 14.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#85DA3C (or 0x85DA3C) is known color: Atlantis. HEX triplet: 85, DA and 3C. RGB value is (133,218,60). Sum of RGB (Red+Green+Blue) = 133+218+60=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA3C is #7A25C3. Grayscale: #AFAFAF. Windows color (decimal): -8005060 or 3988101. OLE color: 3988101.

HSL color Cylindrical-coordinate representation of color #85DA3C: hue angle of 92.28º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85DA3C is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 60 -
CMYK 0.39 0 0.72 0.15
HSL 92.28º 0.68% 0.55% -
HSV(B) 92.28º 0.72% 0.85% -
XYZ 35.56 55.46 13.1 -
YUV 174.57 63.34 98.35 -
System Red Green Blue C M Y K H S L
Decimal 133 218 60 0.39 0 0.72 0.15 92.28 0.68 0.55
Hex 85 DA 3C 27 0 48 F 5C 44 37
Octal 205 332 74 47 0 110 17 134 104 67
Binary 10000101 11011010 111100 100111 0 1001000 1111 1011100 1000100 110111

Color Harmonies of #85DA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DA3C

Black with #85DA3C

Text Example


Text Example

White with #85DA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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