#86CF3D

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

Shades of Atlantis #86CF3D

Tints of Atlantis #86CF3D

Color information

#86CF3D (or 0x86CF3D) is unknown color: approx Atlantis. HEX triplet: 86, CF and 3D. RGB value is (134,207,61). Sum of RGB (Red+Green+Blue) = 134+207+61=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF3D is #7930C2. Grayscale: #A9A9A9. Windows color (decimal): -7942339 or 4050822. OLE color: 4050822.

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

Color convert

RGB13420761-
CMYK0.3500.710.19
HSL90º60.33%52.55%-
HSV(B)90º70.53%81.18%-
XYZ32.9950.0312.33-
YUV168.5367.32103.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 51.49%
BLUE value IS 61 (24.22% from 255) = 15.17%
R=33.33%
G=51.49%
B=15.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal134207610.3500.710.199060.3352.55
Hex86CF3D23047135a3c35
Octal20631775430107231327465
Binary100001101100111111110110001101000111100111011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CF3D; }

 p { color: rgb(134,207,61); }

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

<style>
 a { background-color: #86CF3D; }

 a { background-color: rgb(134,207,61); }

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

<style>
 span { border-color: #86CF3D; }

 span { border-color: rgb(134,207,61); }

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