#3DE264

Color #3DE264 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3DE264

Tints of Emerald #3DE264

Color information

#3DE264 (or 0x3DE264) is unknown color: approx Emerald. HEX triplet: 3D, E2 and 64. RGB value is (61,226,100). Sum of RGB (Red+Green+Blue) = 61+226+100=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 226 (88.67% from 255 or 58.40% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 226 - color contains mainly: green. Hex color #3DE264 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE264 is #C21D9B. Grayscale: #A2A2A2. Windows color (decimal): -12721564 or 6611517. OLE color: 6611517.

HSL color Cylindrical-coordinate representation of color #3DE264: hue angle of 134.18º 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 #3DE264 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB61226100-
CMYK0.7300.560.11
HSL134.18º73.99%56.27%-
HSV(B)134.18º73.01%88.63%-
XYZ31.4256.321.27-
YUV162.392.8455.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 226 (88.67% from 255) = 58.40%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=15.76%
G=58.40%
B=25.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal612261000.7300.560.11134.1873.9956.27
Hex3DE26449038B864a38
Octal753421441110701320611270
Binary111101111000101100100100100101110001011100001101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DE264;
 }
 .AnyTagClassName
 {
   color: #3DE264;
 }
</style>
background-color css

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

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

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

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

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

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