Html Css Color HEX #88BF40 Atlantis

📋 copy color: '#88BF40'

red 136 ◦ green 191 ◦ blue 64

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

Shades of Atlantis #88BF40

Tints of Atlantis #88BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 48.85%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 34.78%
G = 48.85%
B = 16.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#88BF40 (or 0x88BF40) is known color: Atlantis. HEX triplet: 88, BF and 40. RGB value is (136,191,64). Sum of RGB (Red+Green+Blue) = 136+191+64=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BF40 is #7740BF. Grayscale: #A0A0A0. Windows color (decimal): -7815360 or 4243336. OLE color: 4243336.

HSL color Cylindrical-coordinate representation of color #88BF40: hue angle of 85.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88BF40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 191 64 -
CMYK 0.29 0 0.66 0.25
HSL 85.98º 0.5% 0.5% -
HSV(B) 85.98º 0.66% 0.75% -
XYZ 29.71 42.87 11.56 -
YUV 160.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 136 191 64 0.29 0 0.66 0.25 85.98 0.5 0.5
Hex 88 BF 40 1D 0 42 19 56 32 32
Octal 210 277 100 35 0 102 31 126 62 62
Binary 10001000 10111111 1000000 11101 0 1000010 11001 1010110 110010 110010

Color Harmonies of #88BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BF40

Black with #88BF40

Text Example


Text Example

White with #88BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,191,64); }

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

background-color css

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

 a { background-color: rgb(136,191,64); }

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

border-color css

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

 span { border-color: rgb(136,191,64); }

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