Html Css Color HEX #3DCF66 Emerald

📋 copy color: '#3DCF66'

red 61 ◦ green 207 ◦ blue 102

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

Shades of Emerald #3DCF66

Tints of Emerald #3DCF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.95%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 16.49%
G = 55.95%
B = 27.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#3DCF66 (or 0x3DCF66) is known color: Emerald. HEX triplet: 3D, CF and 66. RGB value is (61,207,102). Sum of RGB (Red+Green+Blue) = 61+207+102=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #3DCF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCF66 is #C23099. Grayscale: #979797. Windows color (decimal): -12726426 or 6737725. OLE color: 6737725.

HSL color Cylindrical-coordinate representation of color #3DCF66: hue angle of 136.85º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DCF66 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 61 207 102 -
CMYK 0.71 0 0.51 0.19
HSL 136.85º 0.6% 0.53% -
HSV(B) 136.85º 0.71% 0.81% -
XYZ 26.64 46.58 20.16 -
YUV 151.38 100.13 63.54 -
System Red Green Blue C M Y K H S L
Decimal 61 207 102 0.71 0 0.51 0.19 136.85 0.6 0.53
Hex 3D CF 66 47 0 33 13 89 3C 35
Octal 75 317 146 107 0 63 23 211 74 65
Binary 111101 11001111 1100110 1000111 0 110011 10011 10001001 111100 110101

Color Harmonies of #3DCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCF66

Black with #3DCF66

Text Example


Text Example

White with #3DCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,207,102); }

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

background-color css

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

 a { background-color: rgb(61,207,102); }

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

border-color css

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

 span { border-color: rgb(61,207,102); }

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