#85F04B

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

Shades of Atlantis #85F04B

Tints of Atlantis #85F04B

Color information

#85F04B (or 0x85F04B) is unknown color: approx Atlantis. HEX triplet: 85, F0 and 4B. RGB value is (133,240,75). Sum of RGB (Red+Green+Blue) = 133+240+75=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #85F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F04B is #7A0FB4. Grayscale: #BDBDBD. Windows color (decimal): -7999413 or 4976773. OLE color: 4976773.

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

Color convert

RGB13324075-
CMYK0.4500.690.06
HSL98.91º84.62%61.76%-
HSV(B)98.91º68.75%94.12%-
XYZ42.167.8117.53-
YUV189.263.5587.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 240 (94.14% from 255) = 53.57%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=29.69%
G=53.57%
B=16.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133240750.4500.690.0698.9184.6261.76
Hex85F04B2D045663553e
Octal205360113550105614312576
Binary100001011111000010010111011010100010111011000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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