Html Css Color HEX #40DD98 Shamrock

📋 copy color: '#40DD98'

red 64 ◦ green 221 ◦ blue 152

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

Shades of Shamrock #40DD98

Tints of Shamrock #40DD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 14.65%
G = 50.57%
B = 34.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#40DD98 (or 0x40DD98) is known color: Shamrock. HEX triplet: 40, DD and 98. RGB value is (64,221,152). Sum of RGB (Red+Green+Blue) = 64+221+152=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DD98 is #BF2267. Grayscale: #A6A6A6. Windows color (decimal): -12526184 or 10018112. OLE color: 10018112.

HSL color Cylindrical-coordinate representation of color #40DD98: hue angle of 153.63º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD98 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 221 152 -
CMYK 0.71 0 0.31 0.13
HSL 153.63º 0.7% 0.56% -
HSV(B) 153.63º 0.71% 0.87% -
XYZ 33.64 55.07 38.56 -
YUV 166.19 119.99 55.11 -
System Red Green Blue C M Y K H S L
Decimal 64 221 152 0.71 0 0.31 0.13 153.63 0.7 0.56
Hex 40 DD 98 47 0 1F D 9A 46 38
Octal 100 335 230 107 0 37 15 232 106 70
Binary 1000000 11011101 10011000 1000111 0 11111 1101 10011010 1000110 111000

Color Harmonies of #40DD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DD98

Black with #40DD98

Text Example


Text Example

White with #40DD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,152); }

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

background-color css

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

 a { background-color: rgb(64,221,152); }

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

border-color css

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

 span { border-color: rgb(64,221,152); }

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