#85C741

Color #85C741 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #85C741

Tints of Atlantis #85C741

Color information

#85C741 (or 0x85C741) is unknown color: approx Atlantis. HEX triplet: 85, C7 and 41. RGB value is (133,199,65). Sum of RGB (Red+Green+Blue) = 133+199+65=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #85C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C741 is #7A38BE. Grayscale: #A4A4A4. Windows color (decimal): -8009919 or 4310917. OLE color: 4310917.

HSL color Cylindrical-coordinate representation of color #85C741: hue angle of 89.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85C741 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB13319965-
CMYK0.3300.670.22
HSL89.55º54.47%51.76%-
HSV(B)89.55º67.34%78.04%-
XYZ31.0546.2212.28-
YUV163.9972.13105.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 199 (78.12% from 255) = 50.13%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=33.50%
G=50.13%
B=16.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133199650.3300.670.2289.5554.4751.76
Hex85C74121043165a3634
Octal205307101410103261326664
Binary1000010111000111100000110000101000011101101011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,199,65); }

 H1.HeaderClassName
 {
   color: #85C741;
 }
 .AnyTagClassName
 {
   color: #85C741;
 }
</style>
background-color css

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

 a { background-color: rgb(133,199,65); }

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

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

 span { border-color: rgb(133,199,65); }

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