Html Css Color HEX #3DF27F Emerald

📋 copy color: '#3DF27F'

red 61 ◦ green 242 ◦ blue 127

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

Shades of Emerald #3DF27F

Tints of Emerald #3DF27F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 14.19%
G = 56.28%
B = 29.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#3DF27F (or 0x3DF27F) is known color: Emerald. HEX triplet: 3D, F2 and 7F. RGB value is (61,242,127). Sum of RGB (Red+Green+Blue) = 61+242+127=430 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.19% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF27F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF27F is #C20D80. Grayscale: #AFAFAF. Windows color (decimal): -12717441 or 8385085. OLE color: 8385085.

HSL color Cylindrical-coordinate representation of color #3DF27F: hue angle of 141.88º 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 #3DF27F is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 242 127 -
CMYK 0.75 0 0.48 0.05
HSL 141.88º 0.87% 0.59% -
HSV(B) 141.88º 0.75% 0.95% -
XYZ 37.51 66.03 30.85 -
YUV 174.77 101.03 46.85 -
System Red Green Blue C M Y K H S L
Decimal 61 242 127 0.75 0 0.48 0.05 141.88 0.87 0.59
Hex 3D F2 7F 4B 0 30 5 8E 57 3B
Octal 75 362 177 113 0 60 5 216 127 73
Binary 111101 11110010 1111111 1001011 0 110000 101 10001110 1010111 111011

Color Harmonies of #3DF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF27F

Black with #3DF27F

Text Example


Text Example

White with #3DF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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