Html Css Color HEX #40D090 Shamrock

📋 copy color: '#40D090'

red 64 ◦ green 208 ◦ blue 144

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

Shades of Shamrock #40D090

Tints of Shamrock #40D090

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 15.38%
G = 50%
B = 34.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#40D090 (or 0x40D090) is known color: Shamrock. HEX triplet: 40, D0 and 90. RGB value is (64,208,144). Sum of RGB (Red+Green+Blue) = 64+208+144=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #40D090 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D090 is #BF2F6F. Grayscale: #9D9D9D. Windows color (decimal): -12529520 or 9490496. OLE color: 9490496.

HSL color Cylindrical-coordinate representation of color #40D090: hue angle of 153.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D090 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 208 144 -
CMYK 0.69 0 0.31 0.18
HSL 153.33º 0.61% 0.53% -
HSV(B) 153.33º 0.69% 0.82% -
XYZ 29.7 48.22 34.13 -
YUV 157.65 120.29 61.2 -
System Red Green Blue C M Y K H S L
Decimal 64 208 144 0.69 0 0.31 0.18 153.33 0.61 0.53
Hex 40 D0 90 45 0 1F 12 99 3D 35
Octal 100 320 220 105 0 37 22 231 75 65
Binary 1000000 11010000 10010000 1000101 0 11111 10010 10011001 111101 110101

Color Harmonies of #40D090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D090

Black with #40D090

Text Example


Text Example

White with #40D090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,208,144); }

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

background-color css

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

 a { background-color: rgb(64,208,144); }

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

border-color css

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

 span { border-color: rgb(64,208,144); }

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