Html Css Color HEX #88C53D Atlantis

📋 copy color: '#88C53D'

red 136 ◦ green 197 ◦ blue 61

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

Shades of Atlantis #88C53D

Tints of Atlantis #88C53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 34.52%
G = 50%
B = 15.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#88C53D (or 0x88C53D) is known color: Atlantis. HEX triplet: 88, C5 and 3D. RGB value is (136,197,61). Sum of RGB (Red+Green+Blue) = 136+197+61=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #88C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C53D is #773AC2. Grayscale: #A3A3A3. Windows color (decimal): -7813827 or 4048264. OLE color: 4048264.

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

Color convert

RGB 136 197 61 -
CMYK 0.31 0 0.69 0.23
HSL 86.91º 0.54% 0.51% -
HSV(B) 86.91º 0.69% 0.77% -
XYZ 30.96 45.5 11.57 -
YUV 163.26 70.29 108.56 -
System Red Green Blue C M Y K H S L
Decimal 136 197 61 0.31 0 0.69 0.23 86.91 0.54 0.51
Hex 88 C5 3D 1F 0 45 17 57 36 33
Octal 210 305 75 37 0 105 27 127 66 63
Binary 10001000 11000101 111101 11111 0 1000101 10111 1010111 110110 110011

Color Harmonies of #88C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C53D

Black with #88C53D

Text Example


Text Example

White with #88C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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