#3de06b

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

Shades of Emerald #3DE06B

Tints of Emerald #3DE06B

Color information

#3DE06B (or 0x3DE06B) is unknown color: approx Emerald. HEX triplet: 3D, E0 and 6B. RGB value is (61,224,107). Sum of RGB (Red+Green+Blue) = 61+224+107=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE06B is #C21F94. Grayscale: #A2A2A2. Windows color (decimal): -12722069 or 7069757. OLE color: 7069757.

HSL color Cylindrical-coordinate representation of color #3DE06B: hue angle of 136.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE06B is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB61224107-
CMYK0.7300.520.12
HSL136.93º72.44%55.88%-
HSV(B)136.93º72.77%87.84%-
XYZ31.2355.3622.95-
YUV161.939756.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 224 (87.89% from 255) = 57.14%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=15.56%
G=57.14%
B=27.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612241070.7300.520.12136.9372.4455.88
Hex3DE06B49034C894838
Octal753401531110641421111070
Binary111101111000001101011100100101101001100100010011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de06b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,107); }

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

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

 a { background-color: rgb(61,224,107); }

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

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

 span { border-color: rgb(61,224,107); }

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