Html Css Color HEX #3DDF65 Emerald

📋 copy color: '#3DDF65'

red 61 ◦ green 223 ◦ blue 101

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

Shades of Emerald #3DDF65

Tints of Emerald #3DDF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.92%

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 15.84%
G = 57.92%
B = 26.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#3DDF65 (or 0x3DDF65) is known color: Emerald. HEX triplet: 3D, DF and 65. RGB value is (61,223,101). Sum of RGB (Red+Green+Blue) = 61+223+101=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF65 is #C2209A. Grayscale: #A0A0A0. Windows color (decimal): -12722331 or 6676285. OLE color: 6676285.

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

Color convert

RGB 61 223 101 -
CMYK 0.73 0 0.55 0.13
HSL 134.81º 0.72% 0.56% -
HSV(B) 134.81º 0.73% 0.87% -
XYZ 30.66 54.71 21.26 -
YUV 160.65 94.33 56.92 -
System Red Green Blue C M Y K H S L
Decimal 61 223 101 0.73 0 0.55 0.13 134.81 0.72 0.56
Hex 3D DF 65 49 0 37 D 87 48 38
Octal 75 337 145 111 0 67 15 207 110 70
Binary 111101 11011111 1100101 1001001 0 110111 1101 10000111 1001000 111000

Color Harmonies of #3DDF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDF65

Black with #3DDF65

Text Example


Text Example

White with #3DDF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,101); }

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

background-color css

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

 a { background-color: rgb(61,223,101); }

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

border-color css

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

 span { border-color: rgb(61,223,101); }

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