Html Css Color HEX #85F040 Atlantis

📋 copy color: '#85F040'

red 133 ◦ green 240 ◦ blue 64

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

Shades of Atlantis #85F040

Tints of Atlantis #85F040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.92%

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

R = 30.43%
G = 54.92%
B = 14.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#85F040 (or 0x85F040) is known color: Atlantis. HEX triplet: 85, F0 and 40. RGB value is (133,240,64). Sum of RGB (Red+Green+Blue) = 133+240+64=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #85F040 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F040 is #7A0FBF. Grayscale: #BCBCBC. Windows color (decimal): -7999424 or 4255877. OLE color: 4255877.

HSL color Cylindrical-coordinate representation of color #85F040: hue angle of 96.48º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85F040 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 240 64 -
CMYK 0.45 0 0.73 0.06
HSL 96.48º 0.85% 0.6% -
HSV(B) 96.48º 0.73% 0.94% -
XYZ 41.76 67.68 15.71 -
YUV 187.94 58.05 88.81 -
System Red Green Blue C M Y K H S L
Decimal 133 240 64 0.45 0 0.73 0.06 96.48 0.85 0.6
Hex 85 F0 40 2D 0 49 6 60 55 3C
Octal 205 360 100 55 0 111 6 140 125 74
Binary 10000101 11110000 1000000 101101 0 1001001 110 1100000 1010101 111100

Color Harmonies of #85F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F040

Black with #85F040

Text Example


Text Example

White with #85F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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