#88c444

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

Shades of Atlantis #88C444

Tints of Atlantis #88C444

Color information

#88C444 (or 0x88C444) is unknown color: approx Atlantis. HEX triplet: 88, C4 and 44. RGB value is (136,196,68). Sum of RGB (Red+Green+Blue) = 136+196+68=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #88C444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C444 is #773BBB. Grayscale: #A3A3A3. Windows color (decimal): -7814076 or 4506760. OLE color: 4506760.

HSL color Cylindrical-coordinate representation of color #88C444: hue angle of 88.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88C444 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB13619668-
CMYK0.3100.650.23
HSL88.12º52.03%51.76%-
HSV(B)88.12º65.31%76.86%-
XYZ30.9445.1312.55-
YUV163.4774.12108.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 68 (26.95% from 255) = 17%
R=34%
G=49%
B=17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal136196680.3100.650.2388.1252.0351.76
Hex88C4441F04117583434
Octal210304104370101271306464
Binary100010001100010010001001111101000001101111011000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88c444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,196,68); }

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

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

 a { background-color: rgb(136,196,68); }

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

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

 span { border-color: rgb(136,196,68); }

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