Html Css Color HEX #88EA32 Atlantis

📋 copy color: '#88EA32'

red 136 ◦ green 234 ◦ blue 50

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

Shades of Atlantis #88EA32

Tints of Atlantis #88EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 55.71%

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 32.38%
G = 55.71%
B = 11.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#88EA32 (or 0x88EA32) is known color: Atlantis. HEX triplet: 88, EA and 32. RGB value is (136,234,50). Sum of RGB (Red+Green+Blue) = 136+234+50=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 234 (91.80% from 255 or 55.71% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 234 - color contains mainly: green. Hex color #88EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EA32 is #7715CD. Grayscale: #B8B8B8. Windows color (decimal): -7804366 or 3336840. OLE color: 3336840.

HSL color Cylindrical-coordinate representation of color #88EA32: hue angle of 91.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88EA32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 234 50 -
CMYK 0.42 0 0.79 0.08
HSL 91.96º 0.81% 0.56% -
HSV(B) 91.96º 0.79% 0.92% -
XYZ 40.15 64.31 13.31 -
YUV 183.72 52.53 93.96 -
System Red Green Blue C M Y K H S L
Decimal 136 234 50 0.42 0 0.79 0.08 91.96 0.81 0.56
Hex 88 EA 32 2A 0 4F 8 5C 51 38
Octal 210 352 62 52 0 117 10 134 121 70
Binary 10001000 11101010 110010 101010 0 1001111 1000 1011100 1010001 111000

Color Harmonies of #88EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88EA32

Black with #88EA32

Text Example


Text Example

White with #88EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,234,50); }

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

background-color css

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

 a { background-color: rgb(136,234,50); }

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

border-color css

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

 span { border-color: rgb(136,234,50); }

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