#8BCF3D

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

Shades of Atlantis #8BCF3D

Tints of Atlantis #8BCF3D

Color information

#8BCF3D (or 0x8BCF3D) is unknown color: approx Atlantis. HEX triplet: 8B, CF and 3D. RGB value is (139,207,61). Sum of RGB (Red+Green+Blue) = 139+207+61=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #8BCF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCF3D is #7430C2. Grayscale: #AAAAAA. Windows color (decimal): -7614659 or 4050827. OLE color: 4050827.

HSL color Cylindrical-coordinate representation of color #8BCF3D: hue angle of 87.95º 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 #8BCF3D is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB13920761-
CMYK0.3300.710.19
HSL87.95º60.33%52.55%-
HSV(B)87.95º70.53%81.18%-
XYZ33.850.4512.37-
YUV170.0266.47105.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 207 (81.25% from 255) = 50.86%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=34.15%
G=50.86%
B=14.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139207610.3300.710.1987.9560.3352.55
Hex8BCF3D2104713583c35
Octal21331775410107231307465
Binary100010111100111111110110000101000111100111011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BCF3D; }

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

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

<style>
 a { background-color: #8BCF3D; }

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

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

<style>
 span { border-color: #8BCF3D; }

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

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