Html Css Color HEX #88C540 Atlantis

📋 copy color: '#88C540'

red 136 ◦ green 197 ◦ blue 64

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

Shades of Atlantis #88C540

Tints of Atlantis #88C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

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

R = 34.26%
G = 49.62%
B = 16.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#88C540 (or 0x88C540) is known color: Atlantis. HEX triplet: 88, C5 and 40. RGB value is (136,197,64). Sum of RGB (Red+Green+Blue) = 136+197+64=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #88C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C540 is #773ABF. Grayscale: #A4A4A4. Windows color (decimal): -7813824 or 4244872. OLE color: 4244872.

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

Color convert

RGB 136 197 64 -
CMYK 0.31 0 0.68 0.23
HSL 87.52º 0.53% 0.51% -
HSV(B) 87.52º 0.68% 0.77% -
XYZ 31.05 45.54 12 -
YUV 163.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 136 197 64 0.31 0 0.68 0.23 87.52 0.53 0.51
Hex 88 C5 40 1F 0 44 17 58 35 33
Octal 210 305 100 37 0 104 27 130 65 63
Binary 10001000 11000101 1000000 11111 0 1000100 10111 1011000 110101 110011

Color Harmonies of #88C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C540

Black with #88C540

Text Example


Text Example

White with #88C540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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