#85CF40

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

Shades of Atlantis #85CF40

Tints of Atlantis #85CF40

Color information

#85CF40 (or 0x85CF40) is unknown color: approx Atlantis. HEX triplet: 85, CF and 40. RGB value is (133,207,64). Sum of RGB (Red+Green+Blue) = 133+207+64=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF40 is #7A30BF. Grayscale: #A9A9A9. Windows color (decimal): -8007872 or 4247429. OLE color: 4247429.

HSL color Cylindrical-coordinate representation of color #85CF40: hue angle of 91.05º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85CF40 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB13320764-
CMYK0.3600.690.19
HSL91.05º59.83%53.14%-
HSV(B)91.05º69.08%81.18%-
XYZ32.9149.9812.76-
YUV168.5768.98102.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 207 (81.25% from 255) = 51.24%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=32.92%
G=51.24%
B=15.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133207640.3600.690.1991.0559.8353.14
Hex85CF4024045135b3c35
Octal205317100440105231337465
Binary1000010111001111100000010010001000101100111011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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