#88CD40

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

Shades of Atlantis #88CD40

Tints of Atlantis #88CD40

Color information

#88CD40 (or 0x88CD40) is unknown color: approx Atlantis. HEX triplet: 88, CD and 40. RGB value is (136,205,64). Sum of RGB (Red+Green+Blue) = 136+205+64=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CD40 is #7732BF. Grayscale: #A8A8A8. Windows color (decimal): -7811776 or 4246920. OLE color: 4246920.

HSL color Cylindrical-coordinate representation of color #88CD40: hue angle of 89.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88CD40 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB13620564-
CMYK0.3400.690.20
HSL89.36º58.51%52.75%-
HSV(B)89.36º68.78%80.39%-
XYZ32.9149.2712.63-
YUV168.369.14104.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 205 (80.47% from 255) = 50.62%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=33.58%
G=50.62%
B=15.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136205640.3400.690.2089.3658.5152.75
Hex88CD402204514593b35
Octal210315100420105241317365
Binary1000100011001101100000010001001000101101001011001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,205,64); }

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

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

 a { background-color: rgb(136,205,64); }

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

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

 span { border-color: rgb(136,205,64); }

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