Html Css Color HEX #3DF384 Emerald

📋 copy color: '#3DF384'

red 61 ◦ green 243 ◦ blue 132

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

Shades of Emerald #3DF384

Tints of Emerald #3DF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 55.73%

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 13.99%
G = 55.73%
B = 30.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#3DF384 (or 0x3DF384) is known color: Emerald. HEX triplet: 3D, F3 and 84. RGB value is (61,243,132). Sum of RGB (Red+Green+Blue) = 61+243+132=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF384 is #C20C7B. Grayscale: #B0B0B0. Windows color (decimal): -12717180 or 8713021. OLE color: 8713021.

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

Color convert

RGB 61 243 132 -
CMYK 0.75 0 0.46 0.05
HSL 143.41º 0.88% 0.6% -
HSV(B) 143.41º 0.75% 0.95% -
XYZ 38.14 66.76 32.71 -
YUV 175.93 103.2 46.03 -
System Red Green Blue C M Y K H S L
Decimal 61 243 132 0.75 0 0.46 0.05 143.41 0.88 0.6
Hex 3D F3 84 4B 0 2E 5 8F 58 3C
Octal 75 363 204 113 0 56 5 217 130 74
Binary 111101 11110011 10000100 1001011 0 101110 101 10001111 1011000 111100

Color Harmonies of #3DF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF384

Black with #3DF384

Text Example


Text Example

White with #3DF384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,243,132); }

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

background-color css

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

 a { background-color: rgb(61,243,132); }

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

border-color css

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

 span { border-color: rgb(61,243,132); }

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