#87CF40

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

Shades of Atlantis #87CF40

Tints of Atlantis #87CF40

Color information

#87CF40 (or 0x87CF40) is unknown color: approx Atlantis. HEX triplet: 87, CF and 40. RGB value is (135,207,64). Sum of RGB (Red+Green+Blue) = 135+207+64=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #87CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87CF40 is #7830BF. Grayscale: #A9A9A9. Windows color (decimal): -7876800 or 4247431. OLE color: 4247431.

HSL color Cylindrical-coordinate representation of color #87CF40: hue angle of 90.21º 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 #87CF40 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB13520764-
CMYK0.3500.690.19
HSL90.21º59.83%53.14%-
HSV(B)90.21º69.08%81.18%-
XYZ33.2350.1512.78-
YUV169.1768.65103.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 64 (25.39% from 255) = 15.76%
R=33.25%
G=50.99%
B=15.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135207640.3500.690.1990.2159.8353.14
Hex87CF4023045135a3c35
Octal207317100430105231327465
Binary1000011111001111100000010001101000101100111011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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