#85CD3F

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

Shades of Atlantis #85CD3F

Tints of Atlantis #85CD3F

Color information

#85CD3F (or 0x85CD3F) is unknown color: approx Atlantis. HEX triplet: 85, CD and 3F. RGB value is (133,205,63). Sum of RGB (Red+Green+Blue) = 133+205+63=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CD3F is #7A32C0. Grayscale: #A7A7A7. Windows color (decimal): -8008385 or 4181381. OLE color: 4181381.

HSL color Cylindrical-coordinate representation of color #85CD3F: hue angle of 90.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85CD3F is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB13320563-
CMYK0.3500.690.20
HSL90.42º58.68%52.55%-
HSV(B)90.42º69.27%80.39%-
XYZ32.449.0112.45-
YUV167.2869.15103.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 205 (80.47% from 255) = 51.12%
BLUE value IS 63 (25% from 255) = 15.71%
R=33.17%
G=51.12%
B=15.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133205630.3500.690.2090.4258.6852.55
Hex85CD3F23045145a3b35
Octal20531577430105241327365
Binary100001011100110111111110001101000101101001011010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,63); }

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

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

 a { background-color: rgb(133,205,63); }

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

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

 span { border-color: rgb(133,205,63); }

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