Html Css Color HEX #88C040 Atlantis

📋 copy color: '#88C040'

red 136 ◦ green 192 ◦ blue 64

#88C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #88C040

Tints of Atlantis #88C040

RGB

 RED value IS 136 (53.52% from 255) = 34.69%

 GREEN value IS 192 (75.39% from 255) = 48.98%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 34.69%
G = 48.98%
B = 16.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#88C040 (or 0x88C040) is known color: Atlantis. HEX triplet: 88, C0 and 40. RGB value is (136,192,64). Sum of RGB (Red+Green+Blue) = 136+192+64=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #88C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C040 is #773FBF. Grayscale: #A1A1A1. Windows color (decimal): -7815104 or 4243592. OLE color: 4243592.

HSL color Cylindrical-coordinate representation of color #88C040: hue angle of 86.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88C040 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 64 -
CMYK 0.29 0 0.67 0.25
HSL 86.25º 0.5% 0.5% -
HSV(B) 86.25º 0.67% 0.75% -
XYZ 29.93 43.3 11.63 -
YUV 160.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 136 192 64 0.29 0 0.67 0.25 86.25 0.5 0.5
Hex 88 C0 40 1D 0 43 19 56 32 32
Octal 210 300 100 35 0 103 31 126 62 62
Binary 10001000 11000000 1000000 11101 0 1000011 11001 1010110 110010 110010

Color Harmonies of #88C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C040

Black with #88C040

Text Example


Text Example

White with #88C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88C040;
 }
 .AnyTagClassName
 {
   color: #88C040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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