Html Css Color HEX #88DC4A Atlantis

📋 copy color: '#88DC4A'

red 136 ◦ green 220 ◦ blue 74

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

Shades of Atlantis #88DC4A

Tints of Atlantis #88DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.16%

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 31.63%
G = 51.16%
B = 17.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#88DC4A (or 0x88DC4A) is known color: Atlantis. HEX triplet: 88, DC and 4A. RGB value is (136,220,74). Sum of RGB (Red+Green+Blue) = 136+220+74=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DC4A is #7723B5. Grayscale: #B2B2B2. Windows color (decimal): -7807926 or 4906120. OLE color: 4906120.

HSL color Cylindrical-coordinate representation of color #88DC4A: hue angle of 94.52º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88DC4A is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 220 74 -
CMYK 0.38 0 0.66 0.14
HSL 94.52º 0.68% 0.58% -
HSV(B) 94.52º 0.66% 0.86% -
XYZ 36.98 56.92 15.52 -
YUV 178.24 69.17 97.87 -
System Red Green Blue C M Y K H S L
Decimal 136 220 74 0.38 0 0.66 0.14 94.52 0.68 0.58
Hex 88 DC 4A 26 0 42 E 5F 44 3A
Octal 210 334 112 46 0 102 16 137 104 72
Binary 10001000 11011100 1001010 100110 0 1000010 1110 1011111 1000100 111010

Color Harmonies of #88DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DC4A

Black with #88DC4A

Text Example


Text Example

White with #88DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,220,74); }

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

background-color css

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

 a { background-color: rgb(136,220,74); }

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

border-color css

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

 span { border-color: rgb(136,220,74); }

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