#88CC45

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

Shades of Atlantis #88CC45

Tints of Atlantis #88CC45

Color information

#88CC45 (or 0x88CC45) is unknown color: approx Atlantis. HEX triplet: 88, CC and 45. RGB value is (136,204,69). Sum of RGB (Red+Green+Blue) = 136+204+69=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC45 is #7733BA. Grayscale: #A8A8A8. Windows color (decimal): -7812027 or 4574344. OLE color: 4574344.

HSL color Cylindrical-coordinate representation of color #88CC45: hue angle of 90.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88CC45 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB13620469-
CMYK0.3300.660.2
HSL90.22º56.96%53.53%-
HSV(B)90.22º66.18%80%-
XYZ32.8248.8513.33-
YUV168.2871.97104.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=33.25%
G=49.88%
B=16.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136204690.3300.660.290.2256.9653.53
Hex88CC4521042145a3936
Octal210314105410102241327166
Binary1000100011001100100010110000101000010101001011010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,69); }

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

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

 a { background-color: rgb(136,204,69); }

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

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

 span { border-color: rgb(136,204,69); }

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