#88BD41

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

Shades of Atlantis #88BD41

Tints of Atlantis #88BD41

Color information

#88BD41 (or 0x88BD41) is unknown color: approx Atlantis. HEX triplet: 88, BD and 41. RGB value is (136,189,65). Sum of RGB (Red+Green+Blue) = 136+189+65=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BD41 is #7742BE. Grayscale: #9F9F9F. Windows color (decimal): -7815871 or 4308360. OLE color: 4308360.

HSL color Cylindrical-coordinate representation of color #88BD41: hue angle of 85.65º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88BD41 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13618965-
CMYK0.2800.660.26
HSL85.65º48.82%49.8%-
HSV(B)85.65º65.61%74.12%-
XYZ29.3142.0111.57-
YUV159.0274.94111.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=34.87%
G=48.46%
B=16.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136189650.2800.660.2685.6548.8249.8
Hex88BD411C0421A563132
Octal210275101340102321266162
Binary100010001011110110000011110001000010110101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BD41; }

 p { color: rgb(136,189,65); }

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

<style>
 a { background-color: #88BD41; }

 a { background-color: rgb(136,189,65); }

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

<style>
 span { border-color: #88BD41; }

 span { border-color: rgb(136,189,65); }

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