Html Css Color HEX #88E434 Atlantis

📋 copy color: '#88E434'

red 136 ◦ green 228 ◦ blue 52

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

Shades of Atlantis #88E434

Tints of Atlantis #88E434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.81%

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 32.69%
G = 54.81%
B = 12.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#88E434 (or 0x88E434) is known color: Atlantis. HEX triplet: 88, E4 and 34. RGB value is (136,228,52). Sum of RGB (Red+Green+Blue) = 136+228+52=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #88E434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E434 is #771BCB. Grayscale: #B5B5B5. Windows color (decimal): -7805900 or 3466376. OLE color: 3466376.

HSL color Cylindrical-coordinate representation of color #88E434: hue angle of 91.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88E434 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 136 228 52 -
CMYK 0.40 0 0.77 0.11
HSL 91.36º 0.77% 0.55% -
HSV(B) 91.36º 0.77% 0.89% -
XYZ 38.52 60.97 12.99 -
YUV 180.43 55.52 96.31 -
System Red Green Blue C M Y K H S L
Decimal 136 228 52 0.40 0 0.77 0.11 91.36 0.77 0.55
Hex 88 E4 34 28 0 4D B 5B 4D 37
Octal 210 344 64 50 0 115 13 133 115 67
Binary 10001000 11100100 110100 101000 0 1001101 1011 1011011 1001101 110111

Color Harmonies of #88E434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88E434

Black with #88E434

Text Example


Text Example

White with #88E434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,228,52); }

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

background-color css

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

 a { background-color: rgb(136,228,52); }

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

border-color css

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

 span { border-color: rgb(136,228,52); }

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