Html Css Color HEX #85CA40 Atlantis

📋 copy color: '#85CA40'

red 133 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #85CA40

Tints of Atlantis #85CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.63%

 BLUE value IS 64 (25.39% from 255) = 16.04%

R = 33.33%
G = 50.63%
B = 16.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#85CA40 (or 0x85CA40) is known color: Atlantis. HEX triplet: 85, CA and 40. RGB value is (133,202,64). Sum of RGB (Red+Green+Blue) = 133+202+64=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA40 is #7A35BF. Grayscale: #A6A6A6. Windows color (decimal): -8009152 or 4246149. OLE color: 4246149.

HSL color Cylindrical-coordinate representation of color #85CA40: hue angle of 90º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85CA40 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 64 -
CMYK 0.34 0 0.68 0.21
HSL 90º 0.57% 0.52% -
HSV(B) 90º 0.68% 0.79% -
XYZ 31.72 47.6 12.37 -
YUV 165.64 70.64 104.72 -
System Red Green Blue C M Y K H S L
Decimal 133 202 64 0.34 0 0.68 0.21 90 0.57 0.52
Hex 85 CA 40 22 0 44 15 5A 39 34
Octal 205 312 100 42 0 104 25 132 71 64
Binary 10000101 11001010 1000000 100010 0 1000100 10101 1011010 111001 110100

Color Harmonies of #85CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CA40

Black with #85CA40

Text Example


Text Example

White with #85CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,64); }

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

background-color css

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

 a { background-color: rgb(133,202,64); }

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

border-color css

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

 span { border-color: rgb(133,202,64); }

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