Html Css Color HEX #40E08B Shamrock

📋 copy color: '#40E08B'

red 64 ◦ green 224 ◦ blue 139

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

Shades of Shamrock #40E08B

Tints of Shamrock #40E08B

RGB

 RED value IS 64 (25.39% from 255) = 14.99%

 GREEN value IS 224 (87.89% from 255) = 52.46%

 BLUE value IS 139 (54.69% from 255) = 32.55%

R = 14.99%
G = 52.46%
B = 32.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#40E08B (or 0x40E08B) is known color: Shamrock. HEX triplet: 40, E0 and 8B. RGB value is (64,224,139). Sum of RGB (Red+Green+Blue) = 64+224+139=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #40E08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E08B is #BF1F74. Grayscale: #A6A6A6. Windows color (decimal): -12525429 or 9166912. OLE color: 9166912.

HSL color Cylindrical-coordinate representation of color #40E08B: hue angle of 148.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E08B is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 139 -
CMYK 0.71 0 0.38 0.12
HSL 148.13º 0.72% 0.56% -
HSV(B) 148.13º 0.71% 0.88% -
XYZ 33.43 56.27 33.52 -
YUV 166.47 112.49 54.91 -
System Red Green Blue C M Y K H S L
Decimal 64 224 139 0.71 0 0.38 0.12 148.13 0.72 0.56
Hex 40 E0 8B 47 0 26 C 94 48 38
Octal 100 340 213 107 0 46 14 224 110 70
Binary 1000000 11100000 10001011 1000111 0 100110 1100 10010100 1001000 111000

Color Harmonies of #40E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E08B

Black with #40E08B

Text Example


Text Example

White with #40E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40E08B; }

 p { color: rgb(64,224,139); }

 H1.HeaderClassName
 {
   color: #40E08B;
 }
 .AnyTagClassName
 {
   color: #40E08B;
 }
</style>

background-color css

<style>
 a { background-color: #40E08B; }

 a { background-color: rgb(64,224,139); }

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

border-color css

<style>
 span { border-color: #40E08B; }

 span { border-color: rgb(64,224,139); }

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