Html Css Color HEX #88C342 Atlantis

📋 copy color: '#88C342'

red 136 ◦ green 195 ◦ blue 66

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

Shades of Atlantis #88C342

Tints of Atlantis #88C342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 34.26%
G = 49.12%
B = 16.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#88C342 (or 0x88C342) is known color: Atlantis. HEX triplet: 88, C3 and 42. RGB value is (136,195,66). Sum of RGB (Red+Green+Blue) = 136+195+66=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #88C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C342 is #773CBD. Grayscale: #A3A3A3. Windows color (decimal): -7814334 or 4375432. OLE color: 4375432.

HSL color Cylindrical-coordinate representation of color #88C342: hue angle of 87.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88C342 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 195 66 -
CMYK 0.30 0 0.66 0.24
HSL 87.44º 0.52% 0.51% -
HSV(B) 87.44º 0.66% 0.76% -
XYZ 30.65 44.66 12.16 -
YUV 162.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 136 195 66 0.30 0 0.66 0.24 87.44 0.52 0.51
Hex 88 C3 42 1E 0 42 18 57 34 33
Octal 210 303 102 36 0 102 30 127 64 63
Binary 10001000 11000011 1000010 11110 0 1000010 11000 1010111 110100 110011

Color Harmonies of #88C342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C342

Black with #88C342

Text Example


Text Example

White with #88C342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,195,66); }

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

background-color css

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

 a { background-color: rgb(136,195,66); }

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

border-color css

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

 span { border-color: rgb(136,195,66); }

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