Html Css Color HEX #40F185 Emerald

📋 copy color: '#40F185'

red 64 ◦ green 241 ◦ blue 133

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

Shades of Emerald #40F185

Tints of Emerald #40F185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.02%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 14.61%
G = 55.02%
B = 30.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#40F185 (or 0x40F185) is known color: Emerald. HEX triplet: 40, F1 and 85. RGB value is (64,241,133). Sum of RGB (Red+Green+Blue) = 64+241+133=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #40F185 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F185 is #BF0E7A. Grayscale: #B0B0B0. Windows color (decimal): -12521083 or 8778048. OLE color: 8778048.

HSL color Cylindrical-coordinate representation of color #40F185: hue angle of 143.39º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F185 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 241 133 -
CMYK 0.73 0 0.45 0.05
HSL 143.39º 0.86% 0.6% -
HSV(B) 143.39º 0.73% 0.95% -
XYZ 37.8 65.69 32.88 -
YUV 175.77 103.86 48.28 -
System Red Green Blue C M Y K H S L
Decimal 64 241 133 0.73 0 0.45 0.05 143.39 0.86 0.6
Hex 40 F1 85 49 0 2D 5 8F 56 3C
Octal 100 361 205 111 0 55 5 217 126 74
Binary 1000000 11110001 10000101 1001001 0 101101 101 10001111 1010110 111100

Color Harmonies of #40F185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F185

Black with #40F185

Text Example


Text Example

White with #40F185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,241,133); }

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

background-color css

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

 a { background-color: rgb(64,241,133); }

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

border-color css

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

 span { border-color: rgb(64,241,133); }

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