Html Css Color HEX #3DE266 Emerald

📋 copy color: '#3DE266'

red 61 ◦ green 226 ◦ blue 102

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

Shades of Emerald #3DE266

Tints of Emerald #3DE266

RGB

 RED value IS 61 (24.22% from 255) = 15.68%

 GREEN value IS 226 (88.67% from 255) = 58.1%

 BLUE value IS 102 (40.23% from 255) = 26.22%

R = 15.68%
G = 58.1%
B = 26.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#3DE266 (or 0x3DE266) is known color: Emerald. HEX triplet: 3D, E2 and 66. RGB value is (61,226,102). Sum of RGB (Red+Green+Blue) = 61+226+102=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE266 is #C21D99. Grayscale: #A2A2A2. Windows color (decimal): -12721562 or 6742589. OLE color: 6742589.

HSL color Cylindrical-coordinate representation of color #3DE266: hue angle of 134.91º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE266 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 226 102 -
CMYK 0.73 0 0.55 0.11
HSL 134.91º 0.74% 0.56% -
HSV(B) 134.91º 0.73% 0.89% -
XYZ 31.52 56.34 21.78 -
YUV 162.53 93.84 55.58 -
System Red Green Blue C M Y K H S L
Decimal 61 226 102 0.73 0 0.55 0.11 134.91 0.74 0.56
Hex 3D E2 66 49 0 37 B 87 4A 38
Octal 75 342 146 111 0 67 13 207 112 70
Binary 111101 11100010 1100110 1001001 0 110111 1011 10000111 1001010 111000

Color Harmonies of #3DE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE266

Black with #3DE266

Text Example


Text Example

White with #3DE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DE266; }

 p { color: rgb(61,226,102); }

 H1.HeaderClassName
 {
   color: #3DE266;
 }
 .AnyTagClassName
 {
   color: #3DE266;
 }
</style>

background-color css

<style>
 a { background-color: #3DE266; }

 a { background-color: rgb(61,226,102); }

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

border-color css

<style>
 span { border-color: #3DE266; }

 span { border-color: rgb(61,226,102); }

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