#3DF270

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

Shades of Emerald #3DF270

Tints of Emerald #3DF270

Color information

#3DF270 (or 0x3DF270) is unknown color: approx Emerald. HEX triplet: 3D, F2 and 70. RGB value is (61,242,112). Sum of RGB (Red+Green+Blue) = 61+242+112=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 242 (94.92% from 255 or 58.31% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF270 is #C20D8F. Grayscale: #ADADAD. Windows color (decimal): -12717456 or 7402045. OLE color: 7402045.

HSL color Cylindrical-coordinate representation of color #3DF270: hue angle of 136.91º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF270 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB61242112-
CMYK0.7500.540.05
HSL136.91º87.44%59.41%-
HSV(B)136.91º74.79%94.9%-
XYZ36.665.6726.08-
YUV173.0693.5348.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.70%
GREEN value IS 242 (94.92% from 255) = 58.31%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=14.70%
G=58.31%
B=26.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612421120.7500.540.05136.9187.4459.41
Hex3DF2704B036589573b
Octal75362160113066521112773
Binary11110111110010111000010010110110110101100010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,242,112); }

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

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

 a { background-color: rgb(61,242,112); }

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

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

 span { border-color: rgb(61,242,112); }

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